mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-22 09:42:41 +00:00
service: Drop '_Interface' from cfg service names
This commit is contained in:
@@ -528,9 +528,9 @@ ResultCode LoadConfigNANDSaveFile() {
|
||||
}
|
||||
|
||||
void Init() {
|
||||
AddService(new CFG_I_Interface);
|
||||
AddService(new CFG_S_Interface);
|
||||
AddService(new CFG_U_Interface);
|
||||
AddService(new CFG_I);
|
||||
AddService(new CFG_S);
|
||||
AddService(new CFG_U);
|
||||
|
||||
LoadConfigNANDSaveFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user