mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
(GX) Buildfix
This commit is contained in:
parent
1a7247c1bb
commit
ba36055632
@ -1615,7 +1615,7 @@ static bool gx_frame(void *data, const void *frame,
|
||||
VIDEO_SetNextFramebuffer(gx->framebuf[g_current_framebuf]);
|
||||
VIDEO_Flush();
|
||||
|
||||
CPU_ISR_Disable(level);
|
||||
_CPU_ISR_Disable(level);
|
||||
++referenceRetraceCount;
|
||||
_CPU_ISR_Restore(level);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user