mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 15:08:03 -05:00
Core: Wait for GPU to be idle before shutting down.
This commit is contained in:
committed by
FernandoS27
parent
69fa2e6525
commit
3f104464de
@ -24,6 +24,7 @@ public:
|
||||
void FlushRegion(CacheAddr addr, u64 size) override;
|
||||
void InvalidateRegion(CacheAddr addr, u64 size) override;
|
||||
void FlushAndInvalidateRegion(CacheAddr addr, u64 size) override;
|
||||
void WaitIdle() const override {}
|
||||
|
||||
protected:
|
||||
void TriggerCpuInterrupt([[maybe_unused]] u32 syncpoint_id,
|
||||
|
Reference in New Issue
Block a user