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

Method VolumeControl

src/VolumeControl.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34VolumeControl::VolumeControl(const VolumeControl & right)
35{
36 sInstance = right.sInstance;
37}
38
39VolumeControl & VolumeControl::operator=(const VolumeControl & right)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected