mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 21:32:40 +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