Sony Playstation 2.ahk


SUBMITTED BY: Guest

DATE: Nov. 18, 2013, 2:58 a.m.

FORMAT: Text only

SIZE: 739 Bytes

HITS: 1340

  1. ;----------------------------------------------------------------------------
  2. ; Sony Playstation 2
  3. ; PCSX2 v0.9.8
  4. ; by layer0730 & chillinwater
  5. ; 1.0
  6. ;
  7. ; Notes:
  8. ; remove all ";" below to enable blackscreen if needed
  9. ;----------------------------------------------------------------------------
  10. ;\\\optional blackscreen\\\
  11. Gui +AlwaysOnTop -Caption +ToolWindow
  12. Gui, color, 0
  13. Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%
  14. Run, %executable% "%romPath%%romName%%romExtension%" --fullscreen, %emuPath%
  15. Sleep, 1000
  16. Gui Destroy ;kills optional blackscreen
  17. Process, WaitClose, %executable%
  18. ExitApp
  19. CloseProcess:
  20. Process, Close, %executable%
  21. return

comments powered by Disqus