MCPcopy 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
48VolumeControl::~VolumeControl()
49{
50 //set original volume levels for system
51 setVolume(originalVolume);
52
53 deinit();
54}
55
56std::shared_ptr<VolumeControl> & VolumeControl::getInstance()
57{

Callers

nothing calls this directly

Calls 1

deinitFunction · 0.70

Tested by

no test coverage detected