Addressed issues
This commit is contained in:
parent
74b4334d51
commit
fabdf5d385
5 changed files with 17 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue