Added a projection hack for Metroid: Other M. This fixes the black screens that occur in cut-scenes. Patch by Trevor002.

Fixes issue 3477.
Fixes issue 3127.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6381 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
skidau
2010-11-11 09:22:19 +00:00
parent 45f1948d33
commit d4b72eaae5
5 changed files with 23 additions and 5 deletions

View File

@ -191,6 +191,7 @@ void GFXConfigDialogOGL::InitializeGUILists()
arrayStringFor_PhackvalueCB.Add(wxT("Sonic and the Black Knight"));
arrayStringFor_PhackvalueCB.Add(wxT("Bleach Versus Crusade"));
arrayStringFor_PhackvalueCB.Add(wxT("Skies of Arcadia"));
arrayStringFor_PhackvalueCB.Add(wxT("Metroid Other M"));
}
void GFXConfigDialogOGL::InitializeGUIValues()

View File

@ -37,7 +37,8 @@ enum
OGL_HACK_ZELDA_TP_BLOOM_HACK = 1,
OGL_HACK_SONIC_AND_THE_BLACK_KNIGHT = 2,
OGL_HACK_BLEACH_VERSUS_CRUSADE = 3,
OGL_HACK_SKIES_OF_ARCADIA = 4
OGL_HACK_SKIES_OF_ARCADIA = 4,
OGL_HACK_METROID_OTHER_M = 5
};