devices/video/psx.cpp: initialized a couple of variables that were causing problems in devnoclear debug builds (nw)

This commit is contained in:
Ivan Vangelista 2020-06-06 20:37:20 +02:00
parent fe54e8cf0f
commit c891603d86

View File

@ -3516,6 +3516,8 @@ void psxgpu_device::gpu_reset()
n_twy = 0;
n_twh = 255;
n_tww = 255;
m_draw_stp = false;
m_check_stp = false;
updatevisiblearea();
}