mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Ensure everything is dirty on frame start.
This commit is contained in:
parent
945f57af39
commit
3960a4d791
@ -370,6 +370,9 @@ GPUCommon::~GPUCommon() {
|
||||
|
||||
void GPUCommon::BeginHostFrame() {
|
||||
ReapplyGfxState();
|
||||
|
||||
// TODO: Assume config may have changed - maybe move to resize.
|
||||
gstate_c.Dirty(DIRTY_ALL);
|
||||
}
|
||||
|
||||
void GPUCommon::EndHostFrame() {
|
||||
|
Loading…
Reference in New Issue
Block a user