mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 11:48:23 -07:00
Merge remote-tracking branch 'upstream/master' into feature/machine_z150
This commit is contained in:
@@ -12173,3 +12173,9 @@ machine_has_mouse(void)
|
||||
{
|
||||
return (machines[machine].flags & MACHINE_MOUSE);
|
||||
}
|
||||
|
||||
int
|
||||
machine_is_sony(void)
|
||||
{
|
||||
return (!strcmp(machines[machine].internal_name, "pcv90"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user