[CFG] Add GetCountryCodeID
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "result_cfg.hpp"
|
||||
#include "result_common.hpp"
|
||||
#include "result_kernel.hpp"
|
||||
#include "result_os.hpp"
|
||||
|
||||
8
include/result/result_cfg.hpp
Normal file
8
include/result/result_cfg.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "result_common.hpp"
|
||||
|
||||
DEFINE_HORIZON_RESULT_MODULE(Result::CFG, Config);
|
||||
|
||||
namespace Result::CFG {
|
||||
DEFINE_HORIZON_RESULT(NotFound, 1018, WrongArgument, Permanent);
|
||||
};
|
||||
@@ -16,6 +16,7 @@ class CFGService {
|
||||
|
||||
// Service functions
|
||||
void getConfigInfoBlk2(u32 messagePointer);
|
||||
void getCountryCodeID(u32 messagePointer);
|
||||
void getRegionCanadaUSA(u32 messagePointer);
|
||||
void getSystemModel(u32 messagePointer);
|
||||
void genUniqueConsoleHash(u32 messagePointer);
|
||||
|
||||
Reference in New Issue
Block a user