mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 09:31:04 +00:00
Update ptm_sysm.cpp
Updated 3DS casing
This commit is contained in:
parent
2f18954671
commit
11a96044ef
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user