project64/Source/Project64-core
Vincent Cunningham 8ece98efc4 Fix WelcomeScreen setting Default_GFX_Plugin
Settings.cpp - Was missing a value for the new SettingID while running a
Debug build causing breakpoint to be handled when clicking OK. A new
handler with a default value has been added.

WelcomeScreen.cpp - Would set the Default_GFX_Plugin value and the value
would be used when launching a game or viewing the Plugins menu in
Options and set the Current_GFX_Plugin, but if a user were to try to
configure their Graphics Plugin prior to launching a game, they would
always open the Project64 Video config screen, even if they had chosen
GLideN64 as the default plugin. The Current_GFX_Plugin is now set with
the value of the Default_GFX_Plugin to ensure the correct configuration
dialog is opened.

WelcomeScreen.cpp - String value would always load the non-debug version
of Project64 Video after the above changes. The string to use is now
loaded from the Default_GFX_Plugin so if the default has never been set
the proper default value should now be used. If it has been set before
and is not a Project64 Video plugin, the value will be set to Project64
Video (non-debug) to keep the dialog accurate.
2021-03-02 17:32:05 -05:00
..
3rdParty Bug fixes and requests 2017-10-17 22:52:07 -05:00
Multilanguage Update copyright date 2021-03-02 12:43:17 +10:30
N64System Update copyright date 2021-03-02 12:43:17 +10:30
Plugins Update copyright date 2021-03-02 12:43:17 +10:30
RomList Update copyright date 2021-03-02 12:43:17 +10:30
Settings Update copyright date 2021-03-02 12:43:17 +10:30
AppInit.cpp Replace \ with / in include directives 2021-02-28 17:38:56 -05:00
AppInit.h [Project64] Be able to pass base dir to app init 2016-01-28 20:37:44 +11:00
Debugger.h Update copyright date 2021-03-02 12:43:17 +10:30
ExceptionHandler.h Update copyright date 2021-03-02 12:43:17 +10:30
Logging.cpp Update copyright date 2021-03-02 12:43:17 +10:30
Logging.h Update copyright date 2021-03-02 12:43:17 +10:30
MemoryExceptionFilter.cpp Update copyright date 2021-03-02 12:43:17 +10:30
Multilanguage.h Update copyright date 2021-03-02 12:43:17 +10:30
Notification.h Change some error message boxes to warnings 2019-04-15 08:58:22 -07:00
Plugin.h Update copyright date 2021-03-02 12:43:17 +10:30
Project64-core.vcxproj Clean up enhancements code 2021-01-17 13:47:58 +10:30
Project64-core.vcxproj.filters Clean up enhancements code 2021-01-17 13:47:58 +10:30
Settings.cpp Fix WelcomeScreen setting Default_GFX_Plugin 2021-03-02 17:32:05 -05:00
Settings.h Update copyright date 2021-03-02 12:43:17 +10:30
TraceModulesProject64.h [Project64] Add TraceExceptionHandler logging level 2016-06-04 18:28:30 +10:00
Version.h.in Update copyright date 2021-03-02 12:43:17 +10:30
stdafx.cpp [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
stdafx.h Rename and move Settings files 2018-04-03 04:30:50 +10:00