mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 09:21:05 +00:00
Update ptm.cpp
Fixed casing of CheckNew3DS
This commit is contained in:
parent
f86489c61a
commit
6738f0024a
@ -38,7 +38,7 @@ ChargeLevels GetBatteryLevel() {
|
||||
return ChargeLevels::CompletelyFull; // Set to a completely full battery
|
||||
}
|
||||
|
||||
u8 CheckNew3Ds(){
|
||||
u8 CheckNew3DS(){
|
||||
return static_cast<u8>(PhysicalVersion::Old3Ds);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user