System BIOS emulation: Difference between revisions
| Line 100: | Line 100: | ||
:If you are planning to use the RPCS3 home menu overlay (which simulates the PS3's XMB overlay OSD during gameplay) it is recommended to uncheck "Pause emulation during home menu" and configure an "Open Home Menu" shortcut under *Configuration > Keyboard Shortcuts*. | :If you are planning to use the RPCS3 home menu overlay (which simulates the PS3's XMB overlay OSD during gameplay) it is recommended to uncheck "Pause emulation during home menu" and configure an "Open Home Menu" shortcut under *Configuration > Keyboard Shortcuts*. | ||
:If you want to boot the VSH/XMB environment with a single click, you can use a Windows batch script placed directly inside your portable RPCS3 directory.Before using the script, ensure you complete the following prerequisite steps: | :If you want to boot the VSH/XMB environment with a single click and quickly, you can use a Windows batch script placed directly inside your portable RPCS3 directory.Before using the script, ensure you complete the following prerequisite steps: | ||
# Follow the [https://wiki.rpcs3.net/index.php?title=Help:Frequently_Asked_Questions#Initial_Setup RPCS3 FAQ Initial Setup guide] to configure VSH directly within the emulator itself. | # Follow the [https://wiki.rpcs3.net/index.php?title=Help:Frequently_Asked_Questions#Initial_Setup RPCS3 FAQ Initial Setup guide] to configure VSH directly within the emulator itself. | ||
# Create the mandatory custom configuration file named <code>config_vsh.yml</code> inside the <code>portable\config\custom_configs\</code> folder. An easy way to do this is to take an existing game's custom configuration file, copy it, rename it to <code>config_vsh.yml</code>, and then adjust the internal values by following the [https://wiki.rpcs3.net/index.php?title=Help:Frequently_Asked_Questions RPCS3 FAQ guide webpage]. Once the initial setup is complete and the configuration file is ready, create a text file named <code>boot_vsh.bat</code> in your main RPCS3 folder and paste the following code into it: | # Create the mandatory custom configuration file named <code>config_vsh.yml</code> inside the <code>portable\config\custom_configs\</code> folder. An easy way to do this is to take an existing game's custom configuration file, copy it, rename it to <code>config_vsh.yml</code>, and then adjust the internal values by following the [https://wiki.rpcs3.net/index.php?title=Help:Frequently_Asked_Questions RPCS3 FAQ guide webpage]. Once the initial setup is complete and the configuration file is ready, create a text file named <code>boot_vsh.bat</code> in your main RPCS3 folder and paste the following code into it: | ||