mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 13:32:40 +02:00
Reflect latest libnx changes
This commit is contained in:
parent
0d526f9aaa
commit
7cd21d37a9
@ -193,7 +193,7 @@ static void getIsAutomaticGameplayRecording(void) {
|
|||||||
Result rc=0;
|
Result rc=0;
|
||||||
u64 cur_tid=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;
|
if (R_FAILED(rc)) return;
|
||||||
|
|
||||||
g_isAutomaticGameplayRecording = 0;
|
g_isAutomaticGameplayRecording = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user