mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Whoopsie.. Fix files not deleting on TinyDB Screen?
This commit is contained in:
@@ -196,7 +196,7 @@ void TinyDB::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
|
||||
}
|
||||
|
||||
void TinyDB::execute() {
|
||||
for(int i=0;i<(int)tinyDBJson.at(selectedOption).size();i++) {
|
||||
for(int i=0;i<(int)tinyDBJson.at(selectedOption).at("script").size();i++) {
|
||||
std::string type = tinyDBJson.at(selectedOption).at("script").at(i).at("type");
|
||||
if(type == "deleteFile") {
|
||||
bool missing = false;
|
||||
|
||||
Reference in New Issue
Block a user