3.5-228 Fa 12 anys Fix bug: reuse after free. static should not have been used here.
3.5-227 Fa 12 anys Improve an error message.
3.5-226 Fa 12 anys Fix hang on Linux Dolphin close when wiimotes are connected.
3.5-225 Fa 12 anys Make IsValidBluetoothName just check for "Nintendo RVL-" rather than having a bunch of hardcoded names.
3.5-224 Fa 12 anys GetTextureBGRA()'s 'width' and 'height' parameters should be unsigned.
3.5-223 Fa 12 anys This changes Linux to control Wiimotes on the interrupt channel. Which in turn allows -TR wiimotes to work in Linux.
3.5-222 Fa 12 anys This removes the Lock Thread to Core option. Please file your complaints appropriately.
3.5-221 Fa 12 anys 'width' and 'height' parameters of wxBitmapFromMemoryRGBA should be unsigned.
3.5-220 Fa 12 anys re-enable PulseAudio backend
3.5-219 Fa 12 anys Merge branch 'pulseaudio-simple'
3.5-215 Fa 12 anys Fix a small text overlapping issue in the MemcardManager.
3.5-214 Fa 12 anys Gameini database update.
3.5-213 Fa 12 anys Enhance an error message. Fix issue 5893.
3.5-212 Fa 12 anys Fix two warnings.
3.5-211 Fa 12 anys Merge branch 'wxw-bind'
3.5-205 Fa 12 anys Real fix for memcard manager.
3.5-204 Fa 12 anys Set focus on memcard manager after losing it.
3.5-203 Fa 12 anys BPMemory: Expose more register descriptions for FifoPlayer
3.5-202 Fa 12 anys Fix the signed/unsigned comparison warnings created by a recent commit.
3.5-201 Fa 12 anys 'count' parameter for AddStereoSamples and AddStereoSamplesBE in WaveFile should be unsigned. Doesn't make sense to have them signed.