mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-21 20:14:28 -04:00
Services: Stubs and minor changes
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user