mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-20 21:12:39 +02:00
Reflect latest libnx changes
This commit is contained in:
parent
0d526f9aaa
commit
9b2a16c731
@ -193,7 +193,7 @@ static void getIsAutomaticGameplayRecording(void) {
|
||||
Result rc=0;
|
||||
u64 cur_tid=0;
|
||||
|
||||
rc = svcGetInfo(&cur_tid, InfoType_TitleId, CUR_PROCESS_HANDLE, 0);
|
||||
rc = svcGetInfo(&cur_tid, InfoType_ProgramId, CUR_PROCESS_HANDLE, 0);
|
||||
if (R_FAILED(rc)) return;
|
||||
|
||||
g_isAutomaticGameplayRecording = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user