Mouse type is now actually set to whatever is set in the configuration dialog.
This commit is contained in:
@@ -445,6 +445,7 @@ static BOOL CALLBACK config_dlgproc(HWND hdlg, UINT message, WPARAM wParam, LPAR
|
|||||||
sound_card_current = temp_sound_card_current;
|
sound_card_current = temp_sound_card_current;
|
||||||
voodoo_enabled = temp_voodoo;
|
voodoo_enabled = temp_voodoo;
|
||||||
cpu_use_dynarec = temp_dynarec;
|
cpu_use_dynarec = temp_dynarec;
|
||||||
|
mouse_type = temp_mouse_type;
|
||||||
|
|
||||||
fdd_set_type(0, temp_fd1_type);
|
fdd_set_type(0, temp_fd1_type);
|
||||||
fdd_set_type(1, temp_fd2_type);
|
fdd_set_type(1, temp_fd2_type);
|
||||||
|
Reference in New Issue
Block a user