Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ ~VolumeControl
Method
~VolumeControl
src/VolumeControl.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
VolumeControl::~VolumeControl()
49
{
50
//set original volume levels for system
51
setVolume(originalVolume);
52
53
deinit();
54
}
55
56
std::shared_ptr<VolumeControl> & VolumeControl::getInstance()
57
{
Callers
nothing calls this directly
Calls
1
deinit
Function · 0.70
Tested by
no test coverage detected