diff options
Diffstat (limited to 'src/libultra_boot_O2/osViGetNextFramebuffer.c')
| -rw-r--r-- | src/libultra_boot_O2/osViGetNextFramebuffer.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libultra_boot_O2/osViGetNextFramebuffer.c b/src/libultra_boot_O2/osViGetNextFramebuffer.c index 83eaa2705..a8b642603 100644 --- a/src/libultra_boot_O2/osViGetNextFramebuffer.c +++ b/src/libultra_boot_O2/osViGetNextFramebuffer.c @@ -1,9 +1,8 @@ #include <global.h> -void* osViGetNextFramebuffer() -{ +void* osViGetNextFramebuffer() { s32 prevInt = __osDisableInt(); void* buff = __osViNext->buffer; __osRestoreInt(prevInt); return buff; -}
\ No newline at end of file +} |
