SSBM Decomp
Loading...
Searching...
No Matches
OSRtc.h File Reference
#include <platform.h>
#include <dolphin/os.h>
#include <dolphin/os/OSContext.h>

Go to the source code of this file.

Data Structures

struct  OSSram
 
struct  OSSramEx
 

Functions

OSSram__OSLockSram (void)
 
OSSramEx__OSLockSramEx (void)
 
void __OSUnlockSram (bool commit)
 
void __OSUnlockSramEx (bool commit)
 
bool __OSSyncSram (void)
 
u32 OSGetWirelessID (u32 chan)
 
void OSSetWirelessID (u32 chan, u16 id)
 
u32 OSGetSoundMode (void)
 
void OSSetSoundMode (u32 mode)
 
u32 OSGetProgressiveMode (void)
 
void OSSetProgressiveMode (u32 mode)
 
void WriteSramCallback (s32 unused0, OSContext *unused1)
 
void __OSInitSram (void)
 

Function Documentation

◆ __OSLockSram()

OSSram * __OSLockSram ( void  )

◆ __OSLockSramEx()

OSSramEx * __OSLockSramEx ( void  )

◆ __OSUnlockSram()

void __OSUnlockSram ( bool  commit)

◆ __OSUnlockSramEx()

void __OSUnlockSramEx ( bool  commit)

◆ __OSSyncSram()

bool __OSSyncSram ( void  )

◆ OSGetWirelessID()

u32 OSGetWirelessID ( u32  chan)

◆ OSSetWirelessID()

void OSSetWirelessID ( u32  chan,
u16  id 
)

◆ OSGetSoundMode()

u32 OSGetSoundMode ( void  )

◆ OSSetSoundMode()

void OSSetSoundMode ( u32  mode)

◆ OSGetProgressiveMode()

u32 OSGetProgressiveMode ( void  )

◆ OSSetProgressiveMode()

void OSSetProgressiveMode ( u32  mode)

◆ WriteSramCallback()

void WriteSramCallback ( s32  unused0,
OSContext unused1 
)

◆ __OSInitSram()

void __OSInitSram ( void  )