1
0
Fork 0
dosbox-staging/src/libs
krcroft 8f2a153dc2 STB Vorbis: eliminate inaccessible branch
The eliminated code removes the (ch == 1) branch, which is scoped
within this if condition: `if (rtype == 2 && ch != 1)`, therefore
the (ch == 1) branch will never be taken.
2019-12-05 10:35:44 +01:00
..
decoders STB Vorbis: eliminate inaccessible branch 2019-12-05 10:35:44 +01:00
gui_tk Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
zmbv Remove several unused variables in zmbv 2019-11-24 17:14:32 +01:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
Makefile.am Add the audio handling changes to build system and documentation 2019-11-06 05:47:03 +01:00