-
Announcement
The HyperSpin 2 early access beta is here!
We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well. On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.
Question
Matheus10001
Amigos bom dia!
estou tendo problema ao tentar iniciar o pscx2 através do Hyperspin, quando tento iniciar ele me retorna com o erro da imagem.
Alguém poderia me ajudar? já tentei de tudo.. já tenho Daemon Tolls instalado na pasta C:\Program Files\DAEMON Tools Lite\daemon.exe
Vejam o modulo ahk.
;----------------------------------------------------------------------------
; 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%" %emuPath%
Gui Destroy ;kills optional blackscreen
Process, WaitClose, %executable%
ExitApp
CloseProcess:
Process, Close, %executable%
return
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.