Advertisement
djvj

Untitled

Aug 29th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. MEmu = CDisplayEX
  2. MEmuV = 1.10.14
  3. MURL = http://www.cdisplayex.com/
  4. MAuthor = zerojay
  5. MVersion = 1.0
  6. MCRC =
  7. iCRC =
  8. mId =
  9. MSystem = "Magazines","Nintendo Power"
  10. ;------------------------------------------------------------------------
  11. ; CDisplay may contain malware so be cautious when installing/using this application
  12. ;------------------------------------------------------------------------
  13. StartModule()
  14. BezelGUI()
  15. FadeInStart()
  16.  
  17. BezelStart()
  18.  
  19. hideEmuObj := Object("ahk_class TMainForm",1) ; Hide_Emu will hide these windows. 0 = will never unhide, 1 = will unhide later
  20. 7z(romPath, romName, romExtension, 7zExtractPath)
  21.  
  22. HideEmuStart()
  23. Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)
  24.  
  25. WinWait("ahk_class TMainForm")
  26. WinWaitActive("ahk_class TMainForm")
  27.  
  28. BezelDraw()
  29. HideEmuEnd()
  30. FadeInExit()
  31. Process("WaitClose", executable)
  32. BezelExit()
  33. FadeOutExit()
  34. ExitModule()
  35.  
  36.  
  37. CloseProcess:
  38. FadeOutStart()
  39. WinClose, ahk_class TMainForm
  40. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement