From 446ee4600b642f43ed92b0355dcc7fb2b6f7dec0 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Fri, 22 Jun 2012 10:43:27 +0000 Subject: [PATCH] -using dml video auto config now as well for gamecube game video, may fixes greenscreens for some people --- source/gc/gc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/gc/gc.c b/source/gc/gc.c index bee93660..eac43e9c 100644 --- a/source/gc/gc.c +++ b/source/gc/gc.c @@ -153,7 +153,7 @@ void DML_New_SetOptions(char *GamePath, char *CheatPath, char *NewCheatPath, boo DMLCfg->Magicbytes = 0xD1050CF6; DMLCfg->CfgVersion = 0x00000001; - DMLCfg->VideoMode |= DML_VID_NONE; + DMLCfg->VideoMode |= DML_VID_DML_AUTO; DMLCfg->Config |= DML_CFG_ACTIVITY_LED; //Sorry but I like it lol, option will may follow DMLCfg->Config |= DML_CFG_PADHOOK; //Makes life easier, l+z+b+digital down... @@ -226,6 +226,7 @@ void DML_New_SetBootDiscOption() DMLCfg->Magicbytes = 0xD1050CF6; DMLCfg->CfgVersion = 0x00000001; + DMLCfg->VideoMode |= DML_VID_DML_AUTO; DMLCfg->Config |= DML_CFG_BOOT_DISC; }