mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 00:57:58 -05: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