mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix for setting projection hacks in ISO Properties.
And added a projection hack for Skies of Arcadia by downloadaja. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3402 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -42,7 +42,8 @@ enum
|
||||
OGL_HACK_FINAL_FANTASY_CC_ECHO_OF_TIME = 6,
|
||||
OGL_HACK_HARVESTMOON_MM = 7,
|
||||
OGL_HACK_BATEN_KAITOS = 8,
|
||||
OGL_HACK_BATEN_KAITOS_ORIGIN = 9
|
||||
OGL_HACK_BATEN_KAITOS_ORIGIN = 9,
|
||||
OGL_HACK_SKIES_OF_ARCADIA = 10
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user