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.