diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-07-14 14:14:27 +0200 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-07-17 23:29:52 +0200 |
commit | fec32fed18bd4210f00150018a05ab010091e573 (patch) | |
tree | 81250a6801d23e54f1681e8881cabebbd1e9f01d /src/video_core/engines/maxwell_3d.cpp | |
parent | Maxwell3D: Implement State Dirty Flags. (diff) | |
download | yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.gz yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.bz2 yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.lz yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.xz yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.zst yuzu-fec32fed18bd4210f00150018a05ab010091e573.zip |
Diffstat (limited to 'src/video_core/engines/maxwell_3d.cpp')
-rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index cfa98f528..d499aaa8d 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -568,7 +568,6 @@ void Maxwell3D::FinishCBData() { const u32 id = cb_data_state.id; memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size); - dirty.ResetRenderTargets(); cb_data_state.id = null_cb_data; cb_data_state.current = null_cb_data; |