summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/BootManager.cpp
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2008-12-23 09:33:02 +0000
committerJohn Peterson <jpeterson57@gmail.com>2008-12-23 09:33:02 +0000
commit8cc09ef74da855b2636e2f369ffb5ab79ce68714 (patch)
treeda7f4a20776e8543ad543e2d21d5261583f9da39 /Source/Core/DolphinWX/Src/BootManager.cpp
parent2852d1b84fa7cfafa11b962885a9bc7aa7ab11af (diff)
Change disc: Warn the user if he's changing the disc to a completely different game
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1634 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/Src/BootManager.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/BootManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/BootManager.cpp b/Source/Core/DolphinWX/Src/BootManager.cpp
index 8e9d6ac233..e165c7741b 100644
--- a/Source/Core/DolphinWX/Src/BootManager.cpp
+++ b/Source/Core/DolphinWX/Src/BootManager.cpp
@@ -179,7 +179,7 @@ bool BootCore(const std::string& _rFilename)
// Save some values to our local version of SCoreStartupParameter
SConfig::GetInstance().m_LocalCoreStartupParameter.bWii = StartUp.bWii;
SConfig::GetInstance().m_LocalCoreStartupParameter.bNTSC = StartUp.bNTSC;
-
+ SConfig::GetInstance().m_LocalCoreStartupParameter.m_strUniqueID = StartUp.m_strUniqueID;
#if defined(HAVE_WX) && HAVE_WX
if(main_frame)