mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 18:47:57 -05: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