--- hatari/src/gui-osx/PrefsController.m 2019/04/09 08:51:50 1.1.1.9 +++ hatari/src/gui-osx/PrefsController.m 2019/04/09 08:52:54 1.1.1.10 @@ -1,8 +1,8 @@ /* Hatari - PrefsController.m - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. Preferences window controller implementation file @@ -26,6 +26,7 @@ #include "screen.h" #include "sdlgui.h" + // Macros to transfer data between Cocoa controls and Hatari data structures #define EXPORT_TEXTFIELD(nstextfield, target) GuiOsx_ExportPathString([nstextfield stringValue], target, sizeof((target))) #define EXPORT_NTEXTFIELD(nstextfield, target) target = [nstextfield intValue] @@ -502,7 +503,7 @@ static const int nSoundFreqs[] = // Commit the new configuration if (applyChanges) { - Change_CopyChangedParamsToConfiguration(&CurrentParams, &ConfigureParams, false); + Change_CopyChangedParamsToConfiguration(&CurrentParams, &ConfigureParams, true); } else {