From 4f82ffd98c74df5f60487c8f6c32c8a67bcdd0fd Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 23 Dec 2016 04:01:57 +0100 Subject: [PATCH] Mouse type is now actually set to whatever is set in the configuration dialog. --- src/win-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win-config.c b/src/win-config.c index 6926bc4c5..c542134ea 100644 --- a/src/win-config.c +++ b/src/win-config.c @@ -445,6 +445,7 @@ static BOOL CALLBACK config_dlgproc(HWND hdlg, UINT message, WPARAM wParam, LPAR sound_card_current = temp_sound_card_current; voodoo_enabled = temp_voodoo; cpu_use_dynarec = temp_dynarec; + mouse_type = temp_mouse_type; fdd_set_type(0, temp_fd1_type); fdd_set_type(1, temp_fd2_type);