Configuration manager now bookends the emulator - running before emulation starts and after the main window is closed.
This commit is contained in:
parent
beecfd8381
commit
172e88ed8b
6 changed files with 182 additions and 233 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue