download.cpp needs to be rebuilt for make citra

This commit is contained in:
Pk11
2021-07-21 01:14:00 -05:00
parent 823f093a5f
commit c7f3893a3f
+1 -1
View File
@@ -61,7 +61,7 @@ git submodule update --init --recursive
Once you've cloned the repository (with submodules), simply run `make` in the root of the repository.
If you're testing in Citra, run `make citra` instead of just `make` to disable the Wi-Fi check.
If you're testing in Citra, run `make citra` instead of just `make` to disable the Wi-Fi check. (Note: `source/utils/download.cpp` must be rebuilt for this to take affect, save the file if it's already been built)
## Screenshots