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

[gameclient] Fix broken audio in some cores #59

Merged
merged 1 commit into from May 19, 2016

Conversation

fetzerch
Copy link

@fetzerch fetzerch commented May 19, 2016

@garbear: I was able to track down and fix the missing audio problem in the scummvm core. (mentioned in kodi-game/game.libretro.scummvm#1)
Looks like a c&p error to me, the code closed the wrong stream type.

EDIT: tested on linux, cross checked with bsnes-mercury-balanced (where audio is still working with the patch)

With scummvm working, retroplayer can be considered done (at least for people born in the 80s) :D

The wrong stream type was closed, seemed like a c&p error.
This fixes audio playback with the scummvm core.
@garbear
Copy link
Owner

garbear commented May 19, 2016

lol, definitely a c/p error. Thanks!!!

Got some stuff left, like mouse support, audio underruns and GameStream support, but the end is in sight!

@garbear garbear merged commit 0687425 into garbear:retroplayer-17alpha1 May 19, 2016
@fetzerch fetzerch deleted the retroplayer_audiofix branch May 29, 2016 16:26
garbear pushed a commit that referenced this pull request Jan 9, 2017
[cmake] automate addon.xml version set (Step 2)
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