mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-31 15:58:07 +08:00
Addressed issues
This commit is contained in:
@@ -1422,6 +1422,10 @@ public:
|
||||
return rasterizer;
|
||||
}
|
||||
|
||||
const VideoCore::RasterizerInterface& GetRasterizer() const {
|
||||
return rasterizer;
|
||||
}
|
||||
|
||||
/// Notify a memory write has happened.
|
||||
void OnMemoryWrite() {
|
||||
dirty.flags |= dirty.on_write_stores;
|
||||
|
||||
Reference in New Issue
Block a user