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