mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 09:57:56 -05: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