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