citra_qt: Add a volume slider
This commit is contained in:
parent
9c1c899243
commit
a780f3821e
9 changed files with 101 additions and 20 deletions
|
@ -139,6 +139,7 @@ struct Values {
|
|||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
std::string audio_device_id;
|
||||
float volume;
|
||||
|
||||
// Camera
|
||||
std::array<std::string, Service::CAM::NumCameras> camera_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue