diff options
Diffstat (limited to 'src/libultra_boot_O2/osViGetNextFramebuffer.c')
| -rw-r--r-- | src/libultra_boot_O2/osViGetNextFramebuffer.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libultra_boot_O2/osViGetNextFramebuffer.c b/src/libultra_boot_O2/osViGetNextFramebuffer.c deleted file mode 100644 index a15a2db21..000000000 --- a/src/libultra_boot_O2/osViGetNextFramebuffer.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "global.h" - -void* osViGetNextFramebuffer(void) { - u32 prevInt = __osDisableInt(); - void* buff = __osViNext->buffer; - - __osRestoreInt(prevInt); - return buff; -} |
