mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 00:33:16 +00:00
videoout, platform: fix for ooo irqs
This commit is contained in:
parent
e5486cc57f
commit
db113bbc7b
3 changed files with 3 additions and 2 deletions
|
@ -66,7 +66,7 @@ struct IrqController {
|
|||
h(irq);
|
||||
}
|
||||
|
||||
while (!ctx.one_time_subscribers.empty()) {
|
||||
if (!ctx.one_time_subscribers.empty()) {
|
||||
const auto& h = ctx.one_time_subscribers.front();
|
||||
h(irq);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue