3.5-269 11년, 9개월 전 Made several variables/parameters unsigned in the DX9, DX11 and OGL plugins. They make more sense like this (given their names).
3.5-268 11년, 9개월 전 Merge branch 'ES_LAUNCH'
3.5-258 11년, 9개월 전 Merge branch 'unix-fastmem'
3.5-256 11년, 9개월 전 Fix two unsigned/signed mismatch warnings.
3.5-255 11년, 9개월 전 Change audio latency setting to a wxSpinCtrl, fixes layout problem on linux.
3.5-254 11년, 9개월 전 - Made GenRandomCode's 'size' parameter unsigned. Doesn't make sense to have the capability of being able to be negative.
3.5-253 11년, 9개월 전 Real fix for Linux Wiimote disconnect hanging. Fixes issue 5903.
3.5-252 11년, 9개월 전 Fix a clear bug in aldlist.cpp.
3.5-251 11년, 9개월 전 Get rid of unused iterators in JitCache.
3.5-250 11년, 9개월 전 OSX build fix
3.5-249 11년, 9개월 전 Added backwards compatibility with old OpenAL drivers.
3.5-248 11년, 9개월 전 Fix a gcc initialization order warning.
3.5-247 11년, 9개월 전 Readd the OpenAL option.
3.5-246 11년, 9개월 전 Merge branch 'OpenAL'
3.5-228 11년, 9개월 전 Fix bug: reuse after free. static should not have been used here.
3.5-227 11년, 9개월 전 Improve an error message.
3.5-226 11년, 9개월 전 Fix hang on Linux Dolphin close when wiimotes are connected.
3.5-225 11년, 9개월 전 Make IsValidBluetoothName just check for "Nintendo RVL-" rather than having a bunch of hardcoded names.
3.5-224 11년, 9개월 전 GetTextureBGRA()'s 'width' and 'height' parameters should be unsigned.
3.5-223 11년, 9개월 전 This changes Linux to control Wiimotes on the interrupt channel. Which in turn allows -TR wiimotes to work in Linux.