mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
devices/video/psx.cpp: initialized a couple of variables that were causing problems in devnoclear debug builds (nw)
This commit is contained in:
parent
fe54e8cf0f
commit
c891603d86
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user