mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 10:39:53 -06:00
commit melonHLE
it's a mess don't look inside
This commit is contained in:
13
src/NDS.h
13
src/NDS.h
@ -52,6 +52,19 @@ enum
|
||||
Event_DSi_CamTransfer,
|
||||
Event_DSi_DSP,
|
||||
|
||||
// HLE
|
||||
Event_HLE_PollInput,
|
||||
Event_HLE_SoundCmd,
|
||||
Event_HLE_SoundAlarm0,
|
||||
Event_HLE_SoundAlarm1,
|
||||
Event_HLE_SoundAlarm2,
|
||||
Event_HLE_SoundAlarm3,
|
||||
Event_HLE_SoundAlarm4,
|
||||
Event_HLE_SoundAlarm5,
|
||||
Event_HLE_SoundAlarm6,
|
||||
Event_HLE_SoundAlarm7,
|
||||
Event_HLE_WifiIPCRetry,
|
||||
|
||||
Event_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user