mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
* somewhat proper event scheduler
* support for timers * fixes, additions, shit
This commit is contained in:
@ -40,6 +40,9 @@ A_PROTO_HD_LDRSTR(LDRSH)
|
||||
s32 A_LDM(ARM* cpu);
|
||||
s32 A_STM(ARM* cpu);
|
||||
|
||||
s32 A_SWP(ARM* cpu);
|
||||
s32 A_SWPB(ARM* cpu);
|
||||
|
||||
|
||||
s32 T_LDR_PCREL(ARM* cpu);
|
||||
|
||||
|
Reference in New Issue
Block a user