Changes

Jump to navigation Jump to search

Save disk space for ISOs

70 bytes added, 17:36, 14 September 2023
m
ISO support for RPCS3
or
Another option is using batch script for quickly mounting and launching ISO's with powershell and 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 "D:"
And quickly eject iso from virtual D: after done emulation(another batch script for ejecting mounted ISO);
PowerShell Dismount-DiskImage -DevicePath \\.\CDROM0
10,924
edits

Navigation menu