mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 14:47:53 -05:00
Macro HLE support
This commit is contained in:
@ -1418,6 +1418,10 @@ public:
|
||||
return execute_on;
|
||||
}
|
||||
|
||||
VideoCore::RasterizerInterface& GetRasterizer() {
|
||||
return rasterizer;
|
||||
}
|
||||
|
||||
/// Notify a memory write has happened.
|
||||
void OnMemoryWrite() {
|
||||
dirty.flags |= dirty.on_write_stores;
|
||||
|
Reference in New Issue
Block a user