Increase sound volume 50%

This commit is contained in:
Dave Bernazzani 2025-05-01 18:19:00 -04:00
parent b176549821
commit bc9f135048

View File

@ -970,7 +970,7 @@ ITCM_CODE int16 DigitalRenderer::calc_buffer(int16 *buf, long count)
sum_output_filter = yn;
int32_t ext_output = (sum_output - sum_output_filter + dc_offset) * master_volume;
ext_output >>= 14;
ext_output >>= 13;
// Write to buffer
if (ext_output > 0x7fff) { // Using filters can cause minor clipping