diff --git a/.github/USAGE.md b/.github/USAGE.md index df9705bcc..5a4ec7e4a 100644 --- a/.github/USAGE.md +++ b/.github/USAGE.md @@ -11,7 +11,12 @@ You can run the emulator with some samples using this command: ```sh rm -f /dev/shm/rpcsx-* && ./rpcsx-os --mount "/system" "/system" --mount "" /app0 /app0/some-test-sample.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.