doohan Posted May 23, 2015 Posted May 23, 2015 Hello everybody, Is it possible to launch pcsx2 in Full boot mode in Hyperspin? It works great now but in Fast boot mode. The reason is some PAL games need to start in Full Boot mode to match the system language... For Playstation 1, I succeeded with this command --------------------------------------------------------------------------------------------------------------------------- else if (systemName = "Sony Playstation" && executable = "ePSXe.exe") { Hotkey, %exitEmulatorKey%, CloseProcess RunWait, %Executable% -nogui -slowboot -loadbin %romPath%%romName%%romExtension%, %EmuPath%, Hide UseErrorLevel } ---------------------------------------------------------------------------------------------------------------------------- Anyone get an idea? Thanks and regards,
ryuuji Posted May 23, 2015 Posted May 23, 2015 http://forums.pcsx2.net/Thread-blog-The-return-of-the-Commandline --fullboot {disables the quick boot feature, forcing you to sit through the PS2 startup splash screens} #thisismydesign by ryuuji is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Permissions beyond the scope of this license may be available at http://www.hyperspin-fe.com/user/34679-ryuuji/.
Joprijojo Posted May 23, 2015 Posted May 23, 2015 hola puedo obtener un aversion de hyperspin completa por este medio que incluya nes, snes, atari, sega , playstation 1.2.3.4?
ryuuji Posted May 23, 2015 Posted May 23, 2015 ps3 and ps4 ? lol DOES NOT EXIST EMULATORS FOR THOSE! #thisismydesign by ryuuji is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Permissions beyond the scope of this license may be available at http://www.hyperspin-fe.com/user/34679-ryuuji/.
doohan Posted May 30, 2015 Author Posted May 30, 2015 ps3 and ps4 ? lol DOES NOT EXIST EMULATORS FOR THOSE! Thanks HyperNewbie. Got it for PS1 and PS2: ;********************************Sony Playstation******************************* else if (systemName = "Sony Playstation" && executable = "ePSXe.exe") { Hotkey, %exitEmulatorKey%, CloseProcess RunWait, %Executable% -nogui -slowboot -loadbin %romPath%%romName%%romExtension%, %EmuPath%, Hide UseErrorLevel } ;********************************Sony Playstation 2******************************* else if (systemName = "Sony Playstation 2" && executable = "pcsx2-r5875.exe") { hideDesktop() Hotkey, %exitEmulatorKey%, CloseProcess Run, %Executable% --fullboot "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel Process, WaitClose, pcsx2-r5875.exe }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.