Grammar

Stephen Miller 2025-07-21 19:31:25 -05:00
parent 24ae66689b
commit 5959482f2d

@ -65,7 +65,7 @@ Before proceeding, ensure your drivers are up to date:
- For example, if you want the latest version for Windows, click on `shadps4-win64-qt-xxxx-xx-xx-xxxxxxx.zip`. - For example, if you want the latest version for Windows, click on `shadps4-win64-qt-xxxx-xx-xx-xxxxxxx.zip`.
4. Extract the downloaded archive to your preferred location. 4. Extract the downloaded archive to your preferred location.
> [!WARNING] > [!WARNING]
> Do not extract shadPS4, or set any of it's user-selected directories into a folder that requires privilages to access! > Do not extract shadPS4, or set any of it's user-selected directories into a folder that requires privileges to access!
<br /> This can cause various weird emulation issues, or prevent shadPS4 from running entirely. <br /> This can cause various weird emulation issues, or prevent shadPS4 from running entirely.
--- ---
@ -93,16 +93,17 @@ Before proceeding, ensure your drivers are up to date:
> **Games and game updates are copyrighted content and must be dumped from your own copy of the game.** > **Games and game updates are copyrighted content and must be dumped from your own copy of the game.**
The emulator is now started. Now you want to install your first game(s). The emulator is now started. Now you want to install your first game(s).
1. Use a dumper tool (app/payload) on your jailbroken PS4 to extract your game to a external media storage. ItemzFlow is recommended for dumping both games and updates. 1. Use a dumper tool (app/payload) on your jailbroken PS4 to dump your game files. Most game dumpers come with instructions for using them.
- Itemzflow is a easy-to-use homebrew app you can install on your jailbroken PS4 for this, though many other solutions exist.
2. Prepare your game dump by making sure the folder has the right name format: `CUSAxxxxx` (where `xxxxx` is the game's serial). 2. Prepare your game dump by making sure the folder has the right name format: `CUSAxxxxx` (where `xxxxx` is the game's serial).
- If you're using ItemzFlow, your game folder will already have the correct name. - If you're using Itemzflow, your game folder will already have the correct name.
3. Find the game installation folder provided on first boot. This can be found on the settings. 3. Find the game installation directory provided on first boot. This can be found in the settings.
4. Take your game dump and copy it to the game installation directory. 4. Take your game dump and copy it to the game installation directory.
5. Once finished, the game should appear in the UI. 5. Once finished, the game should appear in the UI.
The process for installing updates is the same: The process for installing updates is the same:
1. Prepare your dump of the game update by making sure the folder has the right name format: `CUSAxxxxx-patch`/`CUSAxxxxx-UPDATE` 1. Prepare your dump of the game update by making sure the folder has the right name format: `CUSAxxxxx-patch`/`CUSAxxxxx-UPDATE`
- If you're using ItemzFlow, your update folder will already have the correct name. - If you're using Itemzflow, your update folder will already have the correct name.
2. Copy the game update to your game installation directory. 2. Copy the game update to your game installation directory.
3. Once finished, the game should show the installed update version in the UI. 3. Once finished, the game should show the installed update version in the UI.
--- ---