The standalone MPU-401 checkbox in Settings is now actually set if standalone MPU-401 is enabled.

This commit is contained in:
OBattler
2017-06-04 16:22:21 +02:00
parent 95cfba9715
commit 8ca0565864

View File

@@ -1217,6 +1217,7 @@ static BOOL CALLBACK win_settings_sound_proc(HWND hdlg, UINT message, WPARAM wPa
EnableWindow(h, mpu401_present() ? TRUE : FALSE);
h = GetDlgItem(hdlg, IDC_CHECK_MPU401);
SendMessage(h, BM_SETCHECK, temp_mpu401, 0);
EnableWindow(h, mpu401_standalone_allow() ? TRUE : FALSE);
h = GetDlgItem(hdlg, IDC_CONFIGURE_MPU401);