Qt: Update Game List

This commit is contained in:
Xphalnos 2024-08-31 17:30:19 +02:00
parent 4182740384
commit fb5c7c5062
4 changed files with 10 additions and 19 deletions

View file

@ -41,7 +41,6 @@ public:
: fw.left(3).insert(1, '.');
game.fw = (fw_int == 0) ? "0.00" : fw_.toStdString();
game.version = psf.GetString("APP_VER");
game.category = psf.GetString("CATEGORY");
}
return game;
}