mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 18:07:50 +00:00
Fermi2D: sync cache flushes
This commit is contained in:
parent
7f18e3bb89
commit
91e1c7a727
2 changed files with 5 additions and 2 deletions
|
@ -305,6 +305,7 @@ public:
|
|||
private:
|
||||
VideoCore::RasterizerInterface* rasterizer = nullptr;
|
||||
std::unique_ptr<Blitter::SoftwareBlitEngine> sw_blitter;
|
||||
MemoryManager& memory_manager;
|
||||
|
||||
/// Performs the copy from the source surface to the destination surface as configured in the
|
||||
/// registers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue