diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 14ab82f63..d5632320e 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -174,7 +174,7 @@ LauncherDialog::LauncherDialog(OSystem* osystem, DialogContainer* parent, mySelectedItem = 0; // Highlight 'Rom Listing' // Create an options dialog, similar to the in-game one - myOptions = new OptionsDialog(osystem, parent, this, w * 0.8, h * 0.8, true); + myOptions = new OptionsDialog(osystem, parent, this, int(w * 0.8), int(h * 0.8), true); // Create a game list, which contains all the information about a ROM that // the launcher needs diff --git a/src/win32/Stella.vcxproj b/src/win32/Stella.vcxproj index 3afab44ea..21a2591dc 100644 --- a/src/win32/Stella.vcxproj +++ b/src/win32/Stella.vcxproj @@ -467,6 +467,7 @@ SDLmain.lib + diff --git a/src/win32/Stella.vcxproj.filters b/src/win32/Stella.vcxproj.filters index e8ccefc15..0608e0e38 100644 --- a/src/win32/Stella.vcxproj.filters +++ b/src/win32/Stella.vcxproj.filters @@ -1439,6 +1439,9 @@ Header Files\gui + + Header Files +