mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-21 23:20:04 +00:00
WinterMute, I reverted your revision because it doesn't work for me. Left a comment and we should test more.
parent
aefe8bf510
commit
9882baefe1
@ -79,6 +79,7 @@ Make sure to follow the instructions and update to the latest version by running
|
||||
```bash
|
||||
mkdir build && cd build
|
||||
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_CXX_FLAGS="-DMICROPROFILE_ENABLED=0" ..
|
||||
# should we use `make`?
|
||||
mingw32-make -j4
|
||||
# test citra out with
|
||||
./src/citra_qt/citra-qt.exe
|
||||
|
Loading…
Reference in New Issue
Block a user