mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
Format all src C files
This commit is contained in:
parent
251aea64ab
commit
8cfe7cce9f
652 changed files with 12488 additions and 19093 deletions
|
@ -1,10 +1,9 @@
|
|||
#include <global.h>
|
||||
#include <ultra64/hardware.h>
|
||||
|
||||
void __osViSwapContext()
|
||||
{
|
||||
register OSViMode *s0;
|
||||
register OSViContext *s1;
|
||||
void __osViSwapContext() {
|
||||
register OSViMode* s0;
|
||||
register OSViContext* s1;
|
||||
u32 origin;
|
||||
u32 hStart;
|
||||
u32 vstart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue