summaryrefslogtreecommitdiff
path: root/src/libultra_boot_O2/osViGetNextFramebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libultra_boot_O2/osViGetNextFramebuffer.c')
-rw-r--r--src/libultra_boot_O2/osViGetNextFramebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libultra_boot_O2/osViGetNextFramebuffer.c b/src/libultra_boot_O2/osViGetNextFramebuffer.c
index aaf44ce4a..a15a2db21 100644
--- a/src/libultra_boot_O2/osViGetNextFramebuffer.c
+++ b/src/libultra_boot_O2/osViGetNextFramebuffer.c
@@ -1,7 +1,7 @@
#include "global.h"
void* osViGetNextFramebuffer(void) {
- s32 prevInt = __osDisableInt();
+ u32 prevInt = __osDisableInt();
void* buff = __osViNext->buffer;
__osRestoreInt(prevInt);