Fix a segfault when the debugger is used and dolphin exits.
commitb0141ab154a6a1b1087d780a6c6a020bc4f31f2a
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 8 Jul 2010 23:27:51 +0000 (8 23:27 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 8 Jul 2010 23:27:51 +0000 (8 23:27 +0000)
tree284add4aadefa53086da339f283f5f02fe59e2a6
parent0cd532d8d7a02a9a11b6a9a1d21406d9b2824757
Fix a segfault when the debugger is used and dolphin exits.
Put the filename back into the "Saving settings ..." notice log (soren don't remove this again.)
Added a "batch" mode command line option.  Now dolphin will not exit with the emulator if a file is run from the command line unless you also use the "batch" option.  For example in linux "dolphin-emu -b -e filename".

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5859 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/Core/Src/ConfigManager.cpp
Source/Core/DebuggerWX/Src/CodeWindow.h
Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
Source/Core/DolphinWX/Src/Frame.cpp
Source/Core/DolphinWX/Src/Frame.h
Source/Core/DolphinWX/Src/FrameTools.cpp
Source/Core/DolphinWX/Src/Main.cpp
Source/Core/DolphinWX/Src/Main.h