mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
christ. CodeBlocks is retarded.
also, lots of crap. I lost track of it.
This commit is contained in:
7
NDS.h
7
NDS.h
@ -73,7 +73,11 @@ typedef struct
|
||||
SchedEvent* Event;
|
||||
|
||||
} Timer;
|
||||
|
||||
// hax
|
||||
extern u32 IME[2];
|
||||
extern Timer Timers[8];
|
||||
|
||||
extern u32 ARM9ITCMSize;
|
||||
extern u32 ARM9DTCMBase, ARM9DTCMSize;
|
||||
|
||||
@ -82,6 +86,9 @@ void Reset();
|
||||
|
||||
void RunFrame();
|
||||
|
||||
void PressKey(u32 key);
|
||||
void ReleaseKey(u32 key);
|
||||
|
||||
SchedEvent* ScheduleEvent(s32 Delay, void (*Func)(u32), u32 Param);
|
||||
void CancelEvent(SchedEvent* event);
|
||||
void RunEvents(s32 cycles);
|
||||
|
Reference in New Issue
Block a user