mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
Added "Mandatory artwork is missing" error [Oliver Stöneberg]
This commit is contained in:
parent
67cf590df8
commit
8c838b22ee
@ -1341,6 +1341,9 @@ void render_target::compute_minimum_size(INT32 &minwidth, INT32 &minheight)
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_curview == NULL)
|
||||
throw emu_fatalerror("Mandatory artwork is missing");
|
||||
|
||||
// scan the current view for all screens
|
||||
for (item_layer layer = ITEM_LAYER_FIRST; layer < ITEM_LAYER_MAX; layer++)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user