Applied all applicable PCem commit;

Fixed window resizing when mandated by the guest - should hopefully stabilize Direct3D.
This commit is contained in:
OBattler
2017-11-11 16:51:50 +01:00
parent f65e8c3110
commit 03e7b1db23
17 changed files with 322 additions and 160 deletions

View File

@@ -399,7 +399,6 @@ void pit_write(uint16_t addr, uint8_t val, void *p)
pit->rl[t] = pit_read_timer(pit, t);
}
pit->rereadlatch[t]=1;
if (t == 2) ppispeakon=speakon=(pit->m[2]==0)?0:1;
pit->initial[t] = 1;
if (!pit->m[t])
pit_set_out(pit, t, 0);