Home
last modified time | relevance | path

Searched refs:emuOsName (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/qtBuildSystem/Mu/
H A Demuwrapper.cpp176 emuOsName = "palmos40-en-m500"; in init()
178 emuOsName = "palmos41-en-m515"; in init()
180 emuOsName = "palmos52-en-t3"; in init()
182 emuOsName = "palmos60-en-t3"; in init()
195 QFile romFile(assetPath + "/" + emuOsName + ".rom"); in init()
197 QFile ramFile(assetPath + "/userdata-" + emuOsName + ".ram"); in init()
198 QFile sdCardFile(assetPath + "/sd-" + emuOsName + ".img"); in init()
317 QFile ramFile(mainPath + "." + emuOsName + ".ram"); in bootFromFile()
318 QFile sdCardFile(mainPath + "." + emuOsName + ".sd.img"); in bootFromFile()
383 emuRamFilePath = mainPath + "." + emuOsName + ".ram"; in bootFromFile()
[all …]
H A Demuwrapper.h25 QString emuOsName; variable