X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fmainwin.cpp;h=29363055dd2c86d34fbea135bb0d1e6df37ab648;hb=ddac3e0e78a5c4b0236bdeaff18cf9a3ac4ba4f7;hp=e84be10b4af5ec19350681e092211dafc90cfe13;hpb=5ae68cf3e1b1a38f30d4201ec41ca761a72d3c96;p=virtualjaguar diff --git a/src/gui/mainwin.cpp b/src/gui/mainwin.cpp index e84be10..2936305 100644 --- a/src/gui/mainwin.cpp +++ b/src/gui/mainwin.cpp @@ -962,7 +962,7 @@ void MainWin::LoadSoftware(QString file) powerButtonOn = false; TogglePowerState(); // We have to load our software *after* the Jaguar RESET - cartridgeLoaded = JaguarLoadFile(file.toAscii().data()); + cartridgeLoaded = JaguarLoadFile(file.toUtf8().data()); SET32(jaguarMainRAM, 0, 0x00200000); // Set top of stack... // This is icky because we've already done it