mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
some better default settings:
logging: turn off write to file core: don't insert anything in memcard b slot video: efb scale to integral, AF to 1x audio: 100% volume, 48KHz sample rate git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6650 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
055a056ddc
commit
750515ea79
4 changed files with 9 additions and 9 deletions
|
@ -216,7 +216,7 @@ void CLogWindow::LoadSettings()
|
|||
m_FontChoice->SetSelection(font);
|
||||
if (m_FontChoice->GetSelection() < (int)LogFont.size())
|
||||
m_Log->SetDefaultStyle(wxTextAttr(wxNullColour, wxNullColour, LogFont[m_FontChoice->GetSelection()]));
|
||||
ini.Get("Options", "WriteToFile", &m_writeFile, true);
|
||||
ini.Get("Options", "WriteToFile", &m_writeFile, false);
|
||||
m_writeFileCB->SetValue(m_writeFile);
|
||||
ini.Get("Options", "WriteToConsole", &m_writeConsole, true);
|
||||
m_writeConsoleCB->SetValue(m_writeConsole);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue