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