Update ptm_sysm.cpp

Updated 3DS casing
This commit is contained in:
Gareth Higgins 2015-04-10 08:13:15 -04:00
parent 2f18954671
commit 11a96044ef

View File

@ -24,12 +24,12 @@ void IsLegacyPowerOff(Service::Interface* self) {
} }
/** /**
* Checks the physical version of the 3Ds * Checks the physical version of the 3DS
* Outputs: * Outputs:
* 0 : Return header * 0 : Return header
* 1 : 0 if old 3Ds, 1 if new 3DS * 1 : 0 if old 3Ds, 1 if new 3DS
*/ */
void CheckNew3Ds(Service::Interface* self){ void CheckNew3DS(Service::Interface* self){
u32* cmd_buff = Kernel::GetCommandBuffer(); u32* cmd_buff = Kernel::GetCommandBuffer();
cmd_buff[1] = RESULT_SUCCESS.raw; cmd_buff[1] = RESULT_SUCCESS.raw;