summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/src/BootManager.cpp
diff options
context:
space:
mode:
authorfires.gc <fires.gc@gmail.com>2008-07-13 15:57:05 +0000
committerfires.gc <fires.gc@gmail.com>2008-07-13 15:57:05 +0000
commite0d8d0a001380a88efd996a5e4979f5910bddce1 (patch)
tree6970cfd242cc20e40fd68ecbbe8482cce0157caa /Source/Core/DolphinWX/src/BootManager.cpp
parent775dc8a9c0c83f7a2f776e97f5b90385c759535a (diff)
reactivated fullscreen mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/src/BootManager.cpp')
-rw-r--r--Source/Core/DolphinWX/src/BootManager.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/DolphinWX/src/BootManager.cpp b/Source/Core/DolphinWX/src/BootManager.cpp
index 52778bd2e2..d4dcb68c6a 100644
--- a/Source/Core/DolphinWX/src/BootManager.cpp
+++ b/Source/Core/DolphinWX/src/BootManager.cpp
@@ -42,12 +42,6 @@ namespace BootManager
extern "C" HINSTANCE wxGetInstance();
#endif
-
-
-
-
-
-
bool BootCore(const std::string& _rFilename)
{
SCoreStartupParameter StartUp = SConfig::GetInstance().m_LocalCoreStartupParameter;