mirror of
https://github.com/zeldaret/oot
synced 2026-06-03 02:29:35 -04:00
Format all src C files
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include <global.h>
|
||||
|
||||
void* osViGetNextFramebuffer()
|
||||
{
|
||||
void* osViGetNextFramebuffer() {
|
||||
s32 prevInt = __osDisableInt();
|
||||
void* buff = __osViNext->buffer;
|
||||
__osRestoreInt(prevInt);
|
||||
return buff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user