;---------------------------------------------------------------------------- ; Sony Playstation 2 ; PCSX2 v0.9.8 ; by layer0730 & chillinwater ; 1.0 ; ; Notes: ; remove all ";" below to enable blackscreen if needed ;---------------------------------------------------------------------------- ;\\\optional blackscreen\\\ Gui +AlwaysOnTop -Caption +ToolWindow Gui, color, 0 Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth% Run, %executable% "%romPath%%romName%%romExtension%" --fullscreen, %emuPath% Sleep, 1000 Gui Destroy ;kills optional blackscreen Process, WaitClose, %executable% ExitApp CloseProcess: Process, Close, %executable% return