mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 18:10:07 +00:00
data dir does not exist
parent
195f1f074e
commit
d3a43cfdd1
@ -75,8 +75,13 @@ make
|
||||
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src/<binary_name>/`.
|
||||
|
||||
```
|
||||
cd data
|
||||
../build/src/citra_qt/citra-qt
|
||||
# SDL
|
||||
cd build/src/citra/
|
||||
./citra
|
||||
|
||||
# Qt
|
||||
cd build/src/citra_qt/
|
||||
./citra-qt
|
||||
```
|
||||
|
||||
### Debugging:
|
||||
|
Loading…
Reference in New Issue
Block a user