Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MEmu = CDisplayEX
- MEmuV = 1.10.14
- MURL = http://www.cdisplayex.com/
- MAuthor = zerojay
- MVersion = 1.0
- MCRC =
- iCRC =
- mId =
- MSystem = "Magazines","Nintendo Power"
- ;------------------------------------------------------------------------
- ; CDisplay may contain malware so be cautious when installing/using this application
- ;------------------------------------------------------------------------
- StartModule()
- BezelGUI()
- FadeInStart()
- BezelStart()
- hideEmuObj := Object("ahk_class TMainForm",1) ; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
- 7z(romPath, romName, romExtension, 7zExtractPath)
- HideEmuStart()
- Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)
- WinWait("ahk_class TMainForm")
- WinWaitActive("ahk_class TMainForm")
- BezelDraw()
- HideEmuEnd()
- FadeInExit()
- Process("WaitClose", executable)
- BezelExit()
- FadeOutExit()
- ExitModule()
- CloseProcess:
- FadeOutStart()
- WinClose, ahk_class TMainForm
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement