vid_table: Fix build with logging enabled
This commit is contained in:
@@ -330,7 +330,7 @@ video_reset(int card)
|
|||||||
|
|
||||||
/* Do not initialize internal cards here. */
|
/* Do not initialize internal cards here. */
|
||||||
if (!(card == VID_NONE) && !(card == VID_INTERNAL) && !machine_has_flags(machine, MACHINE_VIDEO_ONLY)) {
|
if (!(card == VID_NONE) && !(card == VID_INTERNAL) && !machine_has_flags(machine, MACHINE_VIDEO_ONLY)) {
|
||||||
vid_table_log("VIDEO: initializing '%s'\n", video_cards[card].name);
|
vid_table_log("VIDEO: initializing '%s'\n", video_cards[card].device->name);
|
||||||
|
|
||||||
video_prepare();
|
video_prepare();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user