Fix a compile-breaking mistake in machine/m_ps1.c.

This commit is contained in:
OBattler
2025-03-29 18:47:21 +01:00
parent e48c6c8e8b
commit 8b646ccc49

View File

@@ -290,7 +290,7 @@ const device_t ps1_2011_device = {
.available = NULL, .available = NULL,
.speed_changed = NULL, .speed_changed = NULL,
.force_redraw = NULL, .force_redraw = NULL,
.config = &ps1_2011_config .config = ps1_2011_config
}; };
static void static void