mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
make bEnableFPRF true by default
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3967 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f44b971086
commit
b2dd5c1cd6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ void SCoreStartupParameter::LoadDefaults()
|
||||||
bRunCompareServer = false;
|
bRunCompareServer = false;
|
||||||
bDSPThread = true;
|
bDSPThread = true;
|
||||||
bLockThreads = true;
|
bLockThreads = true;
|
||||||
bEnableFPRF = false;
|
bEnableFPRF = true;
|
||||||
bWii = false;
|
bWii = false;
|
||||||
SelectedLanguage = 0;
|
SelectedLanguage = 0;
|
||||||
iTLBHack = 0;
|
iTLBHack = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue