mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Display: Only reapply state on load.
Shouldn't be needed on save.
This commit is contained in:
parent
6f99383733
commit
1776726bd6
1 changed files with 2 additions and 1 deletions
|
@ -317,9 +317,10 @@ void __DisplayDoState(PointerWrap &p) {
|
|||
}
|
||||
|
||||
gpu->DoState(p);
|
||||
gpu->ReapplyGfxState();
|
||||
|
||||
if (p.mode == p.MODE_READ) {
|
||||
gpu->ReapplyGfxState();
|
||||
|
||||
if (hasSetMode) {
|
||||
gpu->InitClear();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue