mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 04:37:58 -05: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