Decompile osViSetYScale

This commit is contained in:
Ryan Dwyer
2021-01-29 23:46:41 +10:00
parent ec28172ec6
commit 1ab224f0fe
10 changed files with 18 additions and 55 deletions
+1
View File
@@ -180,6 +180,7 @@ void osViSetEvent(OSMesgQueue *mq, OSMesg msg, u32 retraceCount);
void osViBlack(u8 active);
void osViSetSpecialFeatures(u32 func);
void osViSwapBuffer(void *vaddr);
void osViSetYScale(f32 scale);
#define OS_VI_NTSC_LPN1 0 /* NTSC */
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_48EF0_H
#define _IN_LIB_LIB_48EF0_H
#include <ultra64.h>
#include "types.h"
void func00048ef0(f32 arg0);
#endif