Skip to content

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
Added safe mode in how to use the Emulator
  • Loading branch information
AboMedoz authored and DHrpcs3 committed Jan 13, 2024
1 parent 65e653f commit 8913659
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ You can run the emulator with some samples using this command:
```sh
rm -f /dev/shm/rpcsx-* && ./rpcsx-os --mount "<path to fw>/system" "/system" --mount "<path to 'game' root>" /app0 /app0/some-test-sample.elf [<args for test elf>...]
```
### You can now enter safe mode

```sh
./rpcsx-os --system --safemode --mount $PATH_TO_YOUR_FW_ROOT / /mini-syscore.elf
```
drop ```--safemode``` to have normal mode (not expected to produce graphics yet)
## Creating a log

### You can use this flag if you encountered a segfault for debugging purposes.
Expand Down

0 comments on commit 8913659

Please sign in to comment.