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.
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.