citra_qt: Add a volume slider

This commit is contained in:
fearlessTobi 2018-06-30 14:26:38 +02:00
parent 9c1c899243
commit a780f3821e
9 changed files with 101 additions and 20 deletions

View file

@ -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;