mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-27 14:09:14 +00:00
MacroHLE: Final cleanup and fixes.
This commit is contained in:
@@ -93,8 +93,7 @@ public:
|
||||
void SignalReference() override;
|
||||
void ReleaseFences() override;
|
||||
void FlushAndInvalidateRegion(
|
||||
VAddr addr, u64 size,
|
||||
VideoCommon::CacheType which = VideoCommon::CacheType::All) override;
|
||||
VAddr addr, u64 size, VideoCommon::CacheType which = VideoCommon::CacheType::All) override;
|
||||
void WaitForIdle() override;
|
||||
void FragmentBarrier() override;
|
||||
void TiledCacheBarrier() override;
|
||||
|
||||
Reference in New Issue
Block a user