mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:40:05 +00:00
Running without installing: add dedicated room
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user