mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 23:10:05 +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>/`.
|
After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src/<binary_name>/`.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd data
|
# SDL
|
||||||
../build/src/citra_qt/citra-qt
|
cd build/src/citra/
|
||||||
|
./citra
|
||||||
|
|
||||||
|
# Qt
|
||||||
|
cd build/src/citra_qt/
|
||||||
|
./citra-qt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debugging:
|
### Debugging:
|
||||||
|
Loading…
Reference in New Issue
Block a user