Configuration manager now bookends the emulator - running before emulation starts and after the main window is closed.

This commit is contained in:
SarahW 2017-05-10 20:27:52 +01:00
commit 172e88ed8b
6 changed files with 182 additions and 233 deletions

View file

@ -173,7 +173,9 @@ void d3d_resize(int x, int y)
void d3d_reset()
{
HRESULT hr;
if (!d3ddev)
return;
memset(&d3dpp, 0, sizeof(d3dpp));
d3dpp.Flags = 0;