mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Add Fix002 gameini parameter (no ui yet). Hack to fix games that display "002 error" without having to manually patch the games. (yeah this is ugly).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2952 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4fa154bb56
commit
4b8741d524
5 changed files with 36 additions and 2 deletions
|
@ -135,6 +135,7 @@ bool BootCore(const std::string& _rFilename)
|
|||
ini->Get("Core", "SkipIdle", &StartUp.bSkipIdle, StartUp.bSkipIdle);
|
||||
ini->Get("Core", "OptimizeQuantizers", &StartUp.bOptimizeQuantizers, StartUp.bOptimizeQuantizers);
|
||||
ini->Get("Core", "TLBHack", &StartUp.iTLBHack, StartUp.iTLBHack);
|
||||
ini->Get("Core", "Fix002", &StartUp.bFix002, false);
|
||||
|
||||
// ------------------------------------------------
|
||||
// Wii settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue