garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
134 stars 53 forks source link

[gameclient] Fix broken audio in some cores #59

Closed fetzerch closed 8 years ago

fetzerch commented 8 years ago

@garbear: I was able to track down and fix the missing audio problem in the scummvm core. (mentioned in https://github.com/kodi-game/game.libretro.scummvm/pull/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

garbear commented 8 years ago

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!