Ticket #1983: mythgame-spandisk.patch
| File mythgame-spandisk.patch, 439 bytes (added by , 20 years ago) |
|---|
-
mythgame/mythgame/rominfo.cpp
old new 190 190 if (system != "") 191 191 thequery += " AND system=\"" + system + "\""; 192 192 193 // added order by to get the (first) disk with the accurate diskcount 194 thequery += " ORDER BY diskcount DESC"; 195 193 196 thequery += ";"; 194 197 195 198 MSqlQuery query(MSqlQuery::InitCon());
