Services: Stubs and minor changes
This commit is contained in:
parent
03ceb7adf9
commit
198c0ddc72
20 changed files with 409 additions and 68 deletions
|
@ -170,7 +170,7 @@ ResultCode FormatConfig() {
|
|||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
void CFGInit() {
|
||||
void Init() {
|
||||
AddService(new CFG_I_Interface);
|
||||
AddService(new CFG_S_Interface);
|
||||
AddService(new CFG_U_Interface);
|
||||
|
@ -218,7 +218,7 @@ void CFGInit() {
|
|||
FormatConfig();
|
||||
}
|
||||
|
||||
void CFGShutdown() {
|
||||
void Shutdown() {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -135,10 +135,10 @@ ResultCode UpdateConfigNANDSavegame();
|
|||
ResultCode FormatConfig();
|
||||
|
||||
/// Initialize the config service
|
||||
void CFGInit();
|
||||
void Init();
|
||||
|
||||
/// Shutdown the config service
|
||||
void CFGShutdown();
|
||||
void Shutdown();
|
||||
|
||||
} // namespace CFG
|
||||
} // namespace Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue