From c7f3893a3f6887a27f6dcfc65597486b2d4fc0e0 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Wed, 21 Jul 2021 01:14:00 -0500 Subject: [PATCH] download.cpp needs to be rebuilt for `make citra` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c0a827e..a97075ccb 100644 --- a/README.md +++ b/README.md @@ -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