Created
October 10, 2019 04:52
-
-
Save fennectech/31f92c48e60f439714b67d3a822c9061 to your computer and use it in GitHub Desktop.
Revisions
-
fennectech created this gist
Oct 10, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ if (!ConfigManager::getReceivedExFATWarning()) { _restartAlertView = new AlertView("Are you sure?", "Restarting while using an ExFAT formatted SD card\nwill cause it to corrupt. It is recommended that if\nyou have an ExFAT formatted SD card to quit,\npress the home button, and restart the switch.", buttons); _restartAlertView->onDismiss = bind(&PackageDownloadScene::_onAlertViewDismiss, this, _1, _2); } if (ConfigManager::getReceivedExFATWarning()) { bind(&PackageDownloadScene::_onAlertViewDismiss, this, _1, _2); }