mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-27 22:40:04 +00:00
Update ptm.cpp
Fixed casing of Old3DS
This commit is contained in:
parent
f3f2a644d0
commit
22b60fa779
@ -39,7 +39,7 @@ ChargeLevels GetBatteryLevel() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
u8 CheckNew3DS(){
|
u8 CheckNew3DS(){
|
||||||
return static_cast<u8>(PhysicalVersion::Old3Ds);
|
return static_cast<u8>(PhysicalVersion::Old3DS);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init() {
|
void Init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user