mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	configure_audio: User-configuratble option to enable/disable audio stretching
This commit is contained in:
		| @@ -24,6 +24,7 @@ void Apply() { | ||||
|     VideoCore::g_scaled_resolution_enabled = values.use_scaled_resolution; | ||||
|  | ||||
|     AudioCore::SelectSink(values.sink_id); | ||||
|     AudioCore::EnableStretching(values.enable_audio_stretching); | ||||
|  | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -81,6 +81,7 @@ struct Values { | ||||
|  | ||||
|     // Audio | ||||
|     std::string sink_id; | ||||
|     bool enable_audio_stretching; | ||||
|  | ||||
|     // Debugging | ||||
|     bool use_gdbstub; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MerryMage
					MerryMage