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