Fix a compile-breaking mistake in machine/m_ps1.c.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user