Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void Sound::loadFile(const std::string & path)
17
{
18
mPath = path;
19
init();
20
}
21
22
void Sound::init()
23
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected