Jump to content

help with AHK for retroarch psx hw only...


shambles1980

Recommended Posts

Posted

howdy...

not really sure how to write these ahk things, "i tried pretending they were bat files but that didnt help at all.. "

Any way..

I want to use retroarch for PSX emulation and ONLY psx emulation. I want it to use the medanfen_psx_hw_liberto.dll"

if i wanted to do this from command line and i wanted to play as an example.. "army men 3d" i would type 

"C:\HyperSpin\Emulators\RetroArch\retroarch.exe" -L "C:\HyperSpin\Emulators\RetroArch\cores\mednafen_psx_hw_libretro.dll" -c "C:\HyperSpin\Emulators\RetroArch\retroarch.cfg" "C:\HyperSpin\Emulators\Sony Playstation\isos\Army Men 3D (USA).chd"

hit enter and retro arch would start using the correct core. correct cfg file and obviously with the game i chose..
It seems to me that i should be able to set all this up with ahk and have hyperspin populate the rom file.
i want to use retro arch as its the only psx emu i have found that can use CHD files.  the stupid thing is it has to use medanfen psx core. but medanfen itself refuses to open chd's..

Any pointer in how to write this would be great.

I have slowly been setting hyperspin up i have mame done, snes and nes, now im stuck on psx. ( should have started on older systems 1st i guess)

Posted

i am using duckstation for now.
i was 100% unable to get hyperlaunch and retroarch to work, but duckstation is fine, Duckstation seems to be quite a bit less refined for now but atleast it works and seems to be getting updates.

if any one knows how to make a ahk for retro arch like i want that would be great though..

 

p.s
This does not work...

; Emulator:retroarch
; By shambles1980
; Core:mednafen_psx_hw

Run, %Executable% -L "%EmuPath%\cores\mednafen_psx_hw_libretro.dll" -c "%EmuPath%\Config.cfg" "%romPath%%romName%%romExtension%",
Process, WaitClose, %executable%
ExitApp

CloseProcess:
Process, Close, %executable%
return

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...