mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 00:38:51 +00:00
Remove debug message
This commit is contained in:
@@ -85,8 +85,6 @@ void findExistingFiles(nlohmann::json &json) {
|
|||||||
|
|
||||||
for(uint i=0;i<json.size();i++) {
|
for(uint i=0;i<json.size();i++) {
|
||||||
for(uint j=0;j<current.size();j++) {
|
for(uint j=0;j<current.size();j++) {
|
||||||
DisplayMsg(std::string(current[j]["title"])+":"+std::to_string(i)+":"+std::to_string(j));
|
|
||||||
for(int i=0;i<10;i++) gspWaitForVBlank();
|
|
||||||
if(current[j]["title"] == json[i]["title"]) {
|
if(current[j]["title"] == json[i]["title"]) {
|
||||||
Gui::DrawString(0, 0, .5f, WHITE, json[i]["title"]);
|
Gui::DrawString(0, 0, .5f, WHITE, json[i]["title"]);
|
||||||
json[i]["curRevision"] = current[j]["revision"];
|
json[i]["curRevision"] = current[j]["revision"];
|
||||||
|
|||||||
Reference in New Issue
Block a user