mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Don't allocate gigs in -listxml please (nw)
This commit is contained in:
parent
95a5d8cdcd
commit
8c7e9ce981
@ -1371,7 +1371,7 @@ crt_monitor::crt_monitor(void)
|
||||
set_param(m_param);
|
||||
m_horz_pixel = 0;
|
||||
m_vert_pixel = 0;
|
||||
resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3);
|
||||
// resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user