![]() |
|
[GC] Skies of Arcadia Legend hack - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site) +--- Forum: Old Game Discussion (Archive) (https://forums.dolphin-emu.org/Forum-old-game-discussion-archive) +--- Thread: [GC] Skies of Arcadia Legend hack (/Thread-gc-skies-of-arcadia-legend-hack) |
[GC] Skies of Arcadia Legend hack - downloadaja - 06-02-2009 dolphin-emu/Source/Plugins/Plugin_VideoOGL/src/GUI/ConfigDlg.cpp void Config::UpdateHack() { switch(g_Config.iPhackvalue) { ...... case SKIES_OF_ARCADIA: g_Config.bPhackvalue1 = 1; g_Config.fhackvalue1 = 0.04f; g_Config.bPhackvalue2 = 0; g_Config.bProjHack1 = 0; break; } } Could someone add this hack, and verify it too. This should fix the missing graphic. This hack may be able to tuned up more by changing g_Config.fhackvalue1 value. RE: [GC] Skies of Arcadia Legend hack - val532 - 06-03-2009 Yes it's work. RE: [GC] Skies of Arcadia Legend hack - death-droid - 06-10-2009 Added to svn |