|
SSBM Decomp
|
#include <macros.h>#include <dolphin/exi.h>#include <dolphin/os.h>#include <dolphin/os/OSRtc.h>#include "__os.h"Functions | |
| static struct SramControl Scb | ATTRIBUTE_ALIGN (32) |
| static int | GetRTC (unsigned long *rtc) |
| static int | ReadSram (void *buffer) |
| static void | WriteSramCallback () |
| static int | WriteSram (void *buffer, unsigned long offset, unsigned long size) |
| static void * | LockSram (unsigned long offset) |
| static int | UnlockSram (int commit, unsigned long offset) |
| static void | __OSReadROMCallback (long chan) |
| int | __OSGetRTC (unsigned long *rtc) |
| int | __OSSetRTC (unsigned long rtc) |
| void | __OSInitSram () |
| struct OSSram * | __OSLockSram () |
| struct OSSramEx * | __OSLockSramEx (void) |
| int | __OSUnlockSram (int commit) |
| int | __OSUnlockSramEx (int commit) |
| int | __OSSyncSram () |
| int | __OSCheckSram () |
| int | __OSReadROM (void *buffer, long length, long offset) |
| int | __OSReadROMAsync (void *buffer, long length, long offset, void(*callback)()) |
| u32 | OSGetSoundMode () |
| void | OSSetSoundMode (u32 mode) |
| u32 | OSGetProgressiveMode (void) |
| void | OSSetProgressiveMode (u32 mode) |
| u16 | OSGetWirelessID (s32 arg0) |
| u32 | OSGetVideoMode () |
| void | OSSetVideoMode (u32 mode) |
| unsigned char | OSGetLanguage () |
| void | OSSetLanguage (unsigned char language) |
| unsigned char | __OSGetBootMode () |
| void | __OSSetBootMode (unsigned char ntd) |
| void | OSSetWirelessID (long chan, u16 id) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int __OSGetRTC | ( | unsigned long * | rtc | ) |
| int __OSSetRTC | ( | unsigned long | rtc | ) |
| void __OSInitSram | ( | ) |
| struct OSSram * __OSLockSram | ( | void | ) |
| struct OSSramEx * __OSLockSramEx | ( | void | ) |
| int __OSUnlockSram | ( | int | commit | ) |
| int __OSUnlockSramEx | ( | int | commit | ) |
| int __OSSyncSram | ( | void | ) |
| int __OSCheckSram | ( | void | ) |
| int __OSReadROM | ( | void * | buffer, |
| long | length, | ||
| long | offset ) |
| int __OSReadROMAsync | ( | void * | buffer, |
| long | length, | ||
| long | offset, | ||
| void(* | callback )() ) |
| u32 OSGetSoundMode | ( | void | ) |
| void OSSetSoundMode | ( | u32 | mode | ) |
| u32 OSGetProgressiveMode | ( | void | ) |
| void OSSetProgressiveMode | ( | u32 | mode | ) |
| u32 OSGetVideoMode | ( | ) |
| void OSSetVideoMode | ( | u32 | mode | ) |
| unsigned char OSGetLanguage | ( | ) |
| void OSSetLanguage | ( | unsigned char | language | ) |
| unsigned char __OSGetBootMode | ( | void | ) |
| void __OSSetBootMode | ( | unsigned char | ntd | ) |
| void OSSetWirelessID | ( | long | chan, |
| u16 | id ) |