mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 07:30:24 +01:00
Update USAGE.md
Added safe mode in how to use the Emulator
This commit is contained in:
parent
65e653f5ef
commit
89136596cb
5
.github/USAGE.md
vendored
5
.github/USAGE.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue