Mario Kart 64
Loading...
Searching...
No Matches
stubs.c File Reference
#include <libultraship.h>
#include <libultraship/libultra.h>
#include <string.h>
#include <stdio.h>
#include <stubs.h>
#include "save.h"
Include dependency graph for stubs.c:

Data Structures

struct  state_pak
 

Functions

void rmonPrintf (const char *fmt,...)
 
void func_80040030 (u8 *arg0, u8 *arg1)
 
void func_80040174 (void *arg0, s32 arg1, s32 arg2)
 
s32 osAiSetFrequency (u32 freq)
 
void mio0decode (u8 *arg0, u8 *arg1)
 
s32 mio0encode (s32 input, s32 arg1, s32 arg2)
 
void osStartThread (OSThread *thread)
 
void osCreateThread (OSThread *thread, OSId id, void(*entry)(void *), void *arg, void *sp, OSPri pri)
 
void osInitialize (void)
 
void osSetThreadPri (OSThread *thread, OSPri pri)
 
void osSpTaskLoad (OSTask *task)
 
void osSpTaskStartGo (OSTask *task)
 
void osSpTaskYield (void)
 
OSYieldResult osSpTaskYielded (OSTask *task)
 

Variables

struct state_pak openFile [16]
 
int fileIndex = 0
 
u32 osTvType = OS_TV_NTSC
 
u32 osResetType
 
u8 osAppNmiBuffer [64]
 

Function Documentation

◆ func_80040030()

void func_80040030 ( u8 * arg0,
u8 * arg1 )
Here is the caller graph for this function:

◆ func_80040174()

void func_80040174 ( void * arg0,
s32 arg1,
s32 arg2 )
Here is the caller graph for this function:

◆ mio0decode()

void mio0decode ( u8 * arg0,
u8 * arg1 )
Here is the caller graph for this function:

◆ mio0encode()

s32 mio0encode ( s32 input,
s32 arg1,
s32 arg2 )
Here is the caller graph for this function:

◆ osAiSetFrequency()

s32 osAiSetFrequency ( u32 freq)
Here is the caller graph for this function:

◆ osCreateThread()

void osCreateThread ( OSThread * thread,
OSId id,
void(* entry )(void *),
void * arg,
void * sp,
OSPri pri )

◆ osInitialize()

void osInitialize ( void )

◆ osSetThreadPri()

void osSetThreadPri ( OSThread * thread,
OSPri pri )

◆ osSpTaskLoad()

void osSpTaskLoad ( OSTask * task)

◆ osSpTaskStartGo()

void osSpTaskStartGo ( OSTask * task)

◆ osSpTaskYield()

void osSpTaskYield ( void )

◆ osSpTaskYielded()

OSYieldResult osSpTaskYielded ( OSTask * task)

◆ osStartThread()

void osStartThread ( OSThread * thread)

◆ rmonPrintf()

void rmonPrintf ( const char * fmt,
... )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fileIndex

int fileIndex = 0

◆ openFile

struct state_pak openFile[16]

◆ osAppNmiBuffer

u8 osAppNmiBuffer[64]

◆ osResetType

u32 osResetType

◆ osTvType

u32 osTvType = OS_TV_NTSC