Running without installing: add dedicated room

Valentin Vanelslande 2019-10-22 10:44:47 -05:00
parent ef6e97f7e9
commit 03eab3a93b

@ -92,7 +92,7 @@ sudo make install (optional)
### Running without installing: ### Running without installing:
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/bin/`. After building, the binaries `citra`, `citra-qt` and `citra-room` (depending on your build options) will end up in `build/bin/`.
``` ```
# SDL # SDL
@ -102,6 +102,10 @@ cd build/bin/
# Qt # Qt
cd build/bin/ cd build/bin/
./citra-qt ./citra-qt
# Dedicated room
cd build/bin/
./citra-room
``` ```
### Debugging: ### Debugging: