mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 21:55:08 +01:00
Implement wfi and setReference GPFIFO barriers
This commit is contained in:
parent
7315ba04e6
commit
918a493a45
@ -117,6 +117,12 @@ namespace skyline::soc::gm20b::engine {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
ENGINE_CASE(wfi, {
|
||||||
|
channelCtx.executor.Submit();
|
||||||
|
})
|
||||||
|
ENGINE_CASE(setReference, {
|
||||||
|
channelCtx.executor.Submit();
|
||||||
|
})
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user