Ticket #1983: mythgame-spandisk.patch

File mythgame-spandisk.patch, 439 bytes (added by ATSantema, 18 years ago)

mythgame-spandisk.patch

  • mythgame/mythgame/rominfo.cpp

    old new  
    190190    if (system != "")
    191191        thequery += " AND system=\"" + system + "\"";
    192192
     193    // added order by to get the (first) disk with the accurate diskcount
     194    thequery += " ORDER BY diskcount DESC";
     195   
    193196    thequery += ";";
    194197
    195198    MSqlQuery query(MSqlQuery::InitCon());