added a "main settings" dialog and moved most options there. Not complete yet. Also, just revert if the idea of a main settings dialog isn't to your liking.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@632 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-09-23 05:43:52 +00:00
parent 18dbfbd462
commit 467fe4f2a6
11 changed files with 609 additions and 450 deletions

View File

@ -55,7 +55,7 @@ bool BootCore(const std::string& _rFilename)
else
{
// StartUp.bUseDualCore = false;
StartUp.bUseJIT = true;
// StartUp.bUseJIT = true;
}
StartUp.m_BootType = SCoreStartupParameter::BOOT_ISO;
StartUp.m_strFilename = _rFilename;