MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / getBaseUrl

Method getBaseUrl

Source/Tools/FEXConfig/Main.cpp:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338QUrl RootFSModel::getBaseUrl() const {
339 return QUrl::fromLocalFile(QString::fromStdString(FEXCore::Config::GetDataDirectory().c_str()) + "RootFS/");
340}
341
342void RootFSModel::INotifyThreadFunc(int INotifyFD) {
343 fasio::posix_descriptor INotify {INotifyReactor, INotifyFD};

Callers

nothing calls this directly

Calls 1

GetDataDirectoryFunction · 0.85

Tested by

no test coverage detected