mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 12:02:25 -07: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