mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 03:07:51 +00:00
DSP: Signal (faked) interrupt on every frame.
- Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
This commit is contained in:
parent
cc23269ff4
commit
e9650f1c61
3 changed files with 28 additions and 5 deletions
|
@ -20,4 +20,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
/// Signals that a DSP interrupt has occurred to userland code
|
||||
void SignalInterrupt();
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue