MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / loadFile

Method loadFile

src/Sound.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Sound::loadFile(const std::string & path)
17{
18 mPath = path;
19 init();
20}
21
22void Sound::init()
23{

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected