Aurora Wright
2018-08-21 18:57:45 +02:00
parent 2219b19d5f
commit 53622d777b
8 changed files with 23 additions and 14 deletions

View File

@@ -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