Posted: Tue Dec 13, 2011 9:14 pm
Thanks for the heads up about splitting them again. I was curious too about the separate release & just hadn't said anything. It doesn't make any difference to me as long as I know what is going on.
Code: Select all
If Key_rom CONTAINS(3)
Set_CFG_Value(%emupath%\config.kegs||g_cfg_rom_path||%emu%\rom.03)
Else
Set_CFG_Value(%emupath%\config.kegs||g_cfg_rom_path||%emu%\rom.01)
End If
If Key_boot CONTAINS(no)
Set_CFG_Value(%emupath%\config.kegs||s5d1||%dbpath%\System5.2mg)
Set_CFG_Value(%emupath%\config.kegs||s5d2||%gamepathfile%)
ElseIf Key_boot CONTAINS(wolf)
Set_CFG_Value(%emupath%\config.kegs||s5d1||%dbpath%\System.2mg)
Set_CFG_Value(%emupath%\config.kegs||s7d1||%gamepathfile%)
Else
Set_CFG_Value(%emupath%\config.kegs||s5d1||%gamepathfile%)
If NumGameFiles > 1
Set_CFG_Value(%emupath%\config.kegs||s5d2||%gamepathfile(1)%)
End If
End If
Run_Emulator()