mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Fixed bug where the projection hack setting was not being saved in the Game Properties dialog.
Removed the obsolete projection hacks: * Final Fantasy CC Echo of Time * Harvest Moon Magical Melody * Baten Kaitos * Baten Kaitos Origin * Skies of Arcadia git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5271 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -90,6 +90,7 @@ void UpdateProjectionHack(int iPhackvalue)
|
||||
bPhackvalue1 = 0;
|
||||
bProjHack1 = 0;
|
||||
break;
|
||||
/* // Unused - kept for reference
|
||||
case PROJECTION_HACK_FINAL_FANTASY_CC_ECHO_OF_TIME:
|
||||
bPhackvalue1 = 1;
|
||||
fhackvalue1 = 0.8f;
|
||||
@ -123,6 +124,7 @@ void UpdateProjectionHack(int iPhackvalue)
|
||||
bPhackvalue2 = 0;
|
||||
bProjHack1 = 0;
|
||||
break;
|
||||
*/
|
||||
}
|
||||
|
||||
// Set the projections hacks
|
||||
|
Reference in New Issue
Block a user