mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Constification
This commit is contained in:
@@ -143,8 +143,8 @@ machine_init(void)
|
||||
int
|
||||
machine_available(int m)
|
||||
{
|
||||
int ret;
|
||||
device_t *dev = (device_t *) machine_get_device(m);
|
||||
int ret;
|
||||
const device_t *dev = machine_get_device(m);
|
||||
|
||||
bios_only = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user