mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 20:27:51 +00:00
MacroHLE: Final cleanup and fixes.
This commit is contained in:
parent
ea140a70fa
commit
e6e49e584f
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