Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

match default audio behavior setting to upstream Mednafen #16

Merged
merged 1 commit into from Jan 11, 2017
Merged

match default audio behavior setting to upstream Mednafen #16

merged 1 commit into from Jan 11, 2017

Conversation

markwkidd
Copy link
Contributor

@markwkidd markwkidd commented Jan 11, 2017

This seems like a similar situation to the BIOS ROM name issue from earlier this week: #15

In porting to libretro, the various 'get setting' functions were simplified to return only the values needed for that particular core. The default value for pcfx.adpcm.suppress_channel_reset_clicks in Mednafen is 1, but it wound up as 0 in the libretro port. http://mednafen.fobby.net/documentation/pcfx.html#Settings+Reference

There are forums users who are experiencing the 'click' audio error which this PR should fix by restoring the value of 1.

This seems like a similar situation to the BIOS ROM name issue from earlier this week: #15

In porting to libretro, the various 'get setting' functions were simplified to return only the values needed for that particular core. The default value in standalone Mednafen for this setting is 1, but it wound up as 0 in the port. http://mednafen.fobby.net/documentation/pcfx.html#Settings+Reference

There are forums users who are experiencing the 'click' audio error which this PR should fix.
@hizzlekizzle hizzlekizzle merged commit 045d89d into libretro:master Jan 11, 2017
@markwkidd
Copy link
Contributor Author

@retro-wertz I'm just noticing that you also have been tracking this concern. Apologies for not giving you credit in my initial description, but hopefully this merge addresses your concern about the audio click error too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants