Merge pull request #2732 from lkundrak/lr/videotable

vid_table: Fix build with logging enabled
This commit is contained in:
Miran Grča
2022-10-23 21:01:49 +02:00
committed by GitHub

View File

@@ -330,7 +330,7 @@ video_reset(int card)
/* Do not initialize internal cards here. */
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();