mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Do not add the dummy Internal mouse device.
This commit is contained in:
@@ -643,7 +643,7 @@ mouse_reset(void)
|
||||
|
||||
mouse_curr = mouse_devices[mouse_type].device;
|
||||
|
||||
if (mouse_curr != NULL)
|
||||
if ((mouse_type > 1) && (mouse_curr != NULL))
|
||||
mouse_priv = device_add(mouse_curr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user