mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 17:32:41 +00:00
Services: Stubs and minor changes
This commit is contained in:
@@ -38,7 +38,7 @@ ChargeLevels GetBatteryLevel() {
|
||||
return ChargeLevels::CompletelyFull; // Set to a completely full battery
|
||||
}
|
||||
|
||||
void PTMInit() {
|
||||
void Init() {
|
||||
AddService(new PTM_Play_Interface);
|
||||
AddService(new PTM_Sysm_Interface);
|
||||
AddService(new PTM_U_Interface);
|
||||
@@ -68,7 +68,7 @@ void PTMInit() {
|
||||
}
|
||||
}
|
||||
|
||||
void PTMShutdown() {
|
||||
void Shutdown() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user