mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 16:49:11 +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() {
|
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");
|
std::string type = tinyDBJson.at(selectedOption).at("script").at(i).at("type");
|
||||||
if(type == "deleteFile") {
|
if(type == "deleteFile") {
|
||||||
bool missing = false;
|
bool missing = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user