mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 16:49:06 +00:00
Increase Script version, add citra to config.
The Citra entry allows to skip the wifi check.
This commit is contained in:
@@ -626,6 +626,7 @@ Result downloadFromRelease(std::string url, std::string asset, std::string path,
|
||||
* @return True if Wi-Fi is connected; false if not.
|
||||
*/
|
||||
bool checkWifiStatus(void) {
|
||||
if (config->citra()) return true;
|
||||
u32 wifiStatus;
|
||||
bool res = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user