mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 02:32:33 -07:00
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
This commit is contained in:
committed by
FernandoS27
parent
e0027eba85
commit
8942047d41
@@ -25,6 +25,9 @@ public:
|
||||
void FlushRegion(CacheAddr addr, u64 size) override;
|
||||
void InvalidateRegion(CacheAddr addr, u64 size) override;
|
||||
void FlushAndInvalidateRegion(CacheAddr addr, u64 size) override;
|
||||
|
||||
protected:
|
||||
void TriggerCpuInterrupt(const u32 event_id) const override {}
|
||||
};
|
||||
|
||||
} // namespace VideoCommon
|
||||
|
Reference in New Issue
Block a user