Fix https://github.com/AuroraWright/Luma3DS/issues/1095 and https://github.com/AuroraWright/Luma3DS/issues/1118
This commit is contained in:
@@ -71,7 +71,7 @@ Result GetSystemInfoHook(s64 *out, s32 type, s32 param)
|
||||
case 0x201: // isN3DS
|
||||
*out = (cfwInfo.flags >> 4) & 1;
|
||||
break;
|
||||
case 0x202: // isSafeMode
|
||||
case 0x202: // needToInitSd
|
||||
*out = (cfwInfo.flags >> 5) & 1;
|
||||
break;
|
||||
case 0x203: // isSdMode
|
||||
|
||||
Reference in New Issue
Block a user