mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-31 00:19:12 +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:
@@ -20,4 +20,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/// Signals that a DSP interrupt has occurred to userland code
|
||||
void SignalInterrupt();
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user