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

Method HostLibsModel

Source/Tools/FEXConfig/Main.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212HostLibsModel::HostLibsModel() {
213 // Load list of available libraries
214 LoadThunkDatabase(HostLibsDB, true);
215 LoadThunkDatabase(HostLibsDB, false);
216}
217
218void HostLibsModel::Reload(const fextl::string& Path) {
219 for (auto& [_, Enabled] : HostLibsDB) {

Callers

nothing calls this directly

Calls 1

LoadThunkDatabaseFunction · 0.85

Tested by

no test coverage detected