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

@ -14,7 +14,6 @@ struct GameInfo {
std::string serial = "Unknown";
std::string version = "Unknown";
std::string region = "Unknown";
std::string category = "Unknown";
std::string fw = "Unknown";
};