mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-31 13:50:46 +01:00
604 B
604 B
Usage
How to run samples and games
See the Commands of rpcsx-os (-h argument), or join the Discord for help.
You can run the emulator with some samples using this command:
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>...]
Creating a log
You can use this flag if you encountered a segfault for debugging purposes.
--trace
You can redirect all log messages to a file by appending this command:
&>log.txt