Changes

Jump to navigation Jump to search

Save disk space for ISOs

58 bytes added, 18:42, 16 September 2023
m
ISO support for RPCS3
Currently [[Save_disk_space_for_ISOs#External_links|there is no direct ISO or any compressed file support for RPCS3]] (your only option is mount ISO image to boot the game with RPCS3).
*You can use [https://github.com/RPCS3/rpcs3/issues/4021#issuecomment-1650682400 this tool], or [https://github.com/ptmorris1/RPCS3-ISOLauncher-Launchbox this one] for playing directly your ISO dumps with RPCS3.
*orcreate your batch script for it;
Another option is using batch script for quickly mounting and launching :Mount your ISO's with powershell commands and launch with RPCS3 CLI commands (create batch script);
PowerShell Mount-DiskImage -ImagePath """X:\PlayStation 3\TitleName.iso"""
explorer.exe "D:"
start /d "C:\Users\USERNAME\AppData\RPCS3\" rpcs3.exe --no-gui "D:"
:And here is another batch script for quickly eject iso mounted ISO from created virtual D: drive after done emulation (another batch script for ejecting mounted ISO);
PowerShell Dismount-DiskImage -DevicePath \\.\CDROM0
11,837
edits

Navigation menu