Video tutorial de configuración del emulador Zinc en HyperSpin

#4518

El contenido del archivo zinc.ini que está dentro de la carpeta Settings debe quedar de la manera siguiente:

[exe info]
path=C:\HyperSpin\Emulators\Zinc\
rompath=C:\HyperSpin\Emulators\Zinc\roms\
userompath = false
exe=ZiNc.exe
romextension = zip
parameters =
pcgame = false
pcgameextension =
winstate = HIDDEN
hyperlaunch= true 

Y el archivo Hyperlaunch.ahk debe tener el siguiente contenido

;***************************************Zinc****** ******************************

else if (systemName = "Zinc" && executable = "zinc.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %Executable% %romName%, %EmuPath%, Hide UseErrorLevel
}

else
{
MsgBox,48,Error,%systemName% is an invalid System Name or %executable% isnt supported yet,6
} 

Publicidad



Arcade