project64/Source/Project64
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
..
N64System [Project64] Move debugger UI in to UserInterface folder 2017-11-09 17:32:40 +11:00
Plugins Update copyright date 2021-03-02 12:43:17 +10:30
Settings Update copyright date 2021-03-02 12:43:17 +10:30
UserInterface Fix WelcomeScreen setting Default_GFX_Plugin 2021-03-02 17:32:05 -05:00
res git-svn-id: https://localhost/svn/Project64/trunk@6 111125ac-702d-7242-af9c-5ba8ae61c1ef 2008-11-14 20:51:06 +00:00
N64System.h Update copyright date 2021-03-02 12:43:17 +10:30
Project64.dsp line ends ? 2016-01-27 20:11:59 +11:00
Project64.exe.manifest Use Per monitor scaling where supported 2019-04-15 10:33:54 -07:00
Project64.vcxproj [Settings] Add Disk Seek Timing choice 2021-01-29 23:37:27 +01:00
Project64.vcxproj.filters [Settings] Add Disk Seek Timing choice 2021-01-29 23:37:27 +01:00
Support.h s/memtest.h/MemTest.h 2016-06-02 03:16:38 -04:00
UserInterface.h Update copyright date 2021-03-02 12:43:17 +10:30
WTLApp.h Update copyright date 2021-03-02 12:43:17 +10:30
main.cpp Replace \ with / in include directives 2021-02-28 17:38:56 -05:00
stdafx.cpp #pull request 42 2015-02-01 06:27:27 +11:00
stdafx.h Update copyright date 2021-03-02 12:43:17 +10:30