Mario Kart 64
|
#include <libultraship.h>
#include <libultraship/libultra.h>
#include <string.h>
#include <stdio.h>
#include <stubs.h>
#include "save.h"
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] |
void func_80040030 | ( | u8 * | arg0, |
u8 * | arg1 ) |
void func_80040174 | ( | void * | arg0, |
s32 | arg1, | ||
s32 | arg2 ) |
void mio0decode | ( | u8 * | arg0, |
u8 * | arg1 ) |
s32 mio0encode | ( | s32 | input, |
s32 | arg1, | ||
s32 | arg2 ) |
s32 osAiSetFrequency | ( | u32 | freq | ) |
void osCreateThread | ( | OSThread * | thread, |
OSId | id, | ||
void(* | entry )(void *), | ||
void * | arg, | ||
void * | sp, | ||
OSPri | pri ) |
void osInitialize | ( | void | ) |
void osSpTaskLoad | ( | OSTask * | task | ) |
void osSpTaskStartGo | ( | OSTask * | task | ) |
void osSpTaskYield | ( | void | ) |
OSYieldResult osSpTaskYielded | ( | OSTask * | task | ) |
void osStartThread | ( | OSThread * | thread | ) |
void rmonPrintf | ( | const char * | fmt, |
... ) |
int fileIndex = 0 |
struct state_pak openFile[16] |
u8 osAppNmiBuffer[64] |
u32 osResetType |
u32 osTvType = OS_TV_NTSC |