MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FullpathToBios

Method FullpathToBios

pcsx2/Pcsx2Config.cpp:2079–2085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2077}
2078
2079std::string Pcsx2Config::FullpathToBios() const
2080{
2081 std::string ret;
2082 if (!BaseFilenames.Bios.empty())
2083 ret = Path::Combine(EmuFolders::Bios, BaseFilenames.Bios);
2084 return ret;
2085}
2086
2087std::string Pcsx2Config::FullpathToMcd(uint slot) const
2088{

Callers 2

LoadBIOSFunction · 0.80
CheckForConfigChangesMethod · 0.80

Calls 2

CombineFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected