Fix updatelist resource route.
This commit is contained in:
@@ -435,7 +435,7 @@ void CmaEvent::vitaEventSendHttpObjectFromURL(vita_event_t *event, int eventId)
|
|||||||
if(!file.open(QIODevice::ReadOnly)) {
|
if(!file.open(QIODevice::ReadOnly)) {
|
||||||
if(basename == "psp2-updatelist.xml") {
|
if(basename == "psp2-updatelist.xml") {
|
||||||
qDebug("Found request for update list. Sending cached data");
|
qDebug("Found request for update list. Sending cached data");
|
||||||
QFile res(":/main/psp2-updatelist.xml");
|
QFile res(":/main/resources/psp2-updatelist.xml");
|
||||||
res.open(QIODevice::ReadOnly);
|
res.open(QIODevice::ReadOnly);
|
||||||
data = res.readAll();
|
data = res.readAll();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user