mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-04 02:17:59 -05:00
Fermi2D: sync cache flushes
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user