Update USAGE.md

Added safe mode in how to use the Emulator
This commit is contained in:
Mahmoud Adel 2024-01-13 19:49:43 +02:00 committed by DHrpcs3
parent 65e653f5ef
commit 89136596cb

5
.github/USAGE.md vendored
View file

@ -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.