Jump to content

Compile HyperLaunch.ahk


Beaps

Recommended Posts

Posted

I have added Cave to the Main Menu and I am using Mame to run the games in the settings. The problem I have is when I click on a game it says Cave is not supported in HyperLaunch or something.

 

I edited HyperLaunch.ahk and added Cave but I need to compile it & I can remember how I did it in the past

 

;*************************************Cave**************************************

else if (systemName = "Cave" && executable = "mame.exe")
{
    hideDesktop()
    Hotkey, %exitEmulatorKey%, CloseProcess
    Runwait, %executable% %romName%, %EmuPath%, Hide UseErrorLevel
    Process, waitClose, %executable%
    exitapp
}
 

Any Ideas?

RELAX and just have fun!!

Remember, it's all about the games.

Posted

Compile it? Sounds like you're running a really old version of HyperLaunch then (instead of RLauncher)?

Afraid I don't know the answer to your question. I added CAVE last week, but all I had to do was add thesystem in HyperHQ and drop a database in the DB folder.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...