MacroHLE: Final cleanup and fixes.
This commit is contained in:
parent
581a7d785b
commit
d09aa0182f
14 changed files with 94 additions and 128 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue