3.0-904 11 лет, 4 месяца назад Apply same force to float fix as has already been done for DX11.
3.0-903 11 лет, 4 месяца назад Fixed stupid bool to int conversion warnings.
3.0-902 11 лет, 4 месяца назад Warning free SOIL lib.
3.0-901 11 лет, 4 месяца назад Remove warning about ambigious if/else.
3.0-900 11 лет, 4 месяца назад Implement select audio backend CLI option.
3.0-899 11 лет, 4 месяца назад Added Tools/buildbot-try.sh. See http://code.google.com/p/dolphin-emu/wiki/BuildbotTry for documentation about that feature.
3.0-898 11 лет, 4 месяца назад Fix a memory leak based on Lioncash's patches.
3.0-897 11 лет, 4 месяца назад Add support for recording bongos.
3.0-896 11 лет, 4 месяца назад Merge branch 'rehash-msw-cursor-hide'
3.0-887 11 лет, 4 месяца назад Add a useful comment to DSP.cpp
3.0-886 11 лет, 4 месяца назад TextureCacheBase: Delete textures completely instead of just invalidating them in ClearRenderTargets. That's what would've been done in the next TCB::Load() call, anyway. Fixes issue 5742.
3.0-885 11 лет, 4 месяца назад Save secondary list sorting.
3.0-884 11 лет, 4 месяца назад revert changes to banner background color
3.0-883 11 лет, 4 месяца назад Revert "Use the global ::wxSetCursor instead of the local one from our panel object. Should close 3956."
3.0-882 11 лет, 4 месяца назад Use the global ::wxSetCursor instead of the local one from our panel object. Should close 3956.
3.0-881 11 лет, 4 месяца назад (CoreAudio) Retain volume value until initialization. Makes volume slider work when game isn't running. Fixes issue 5383.
3.0-880 11 лет, 4 месяца назад If the HOME environment variable isn't set, fall back on to PWD. Closes 5584.
3.0-879 11 лет, 4 месяца назад Adds the Wii Korean settings file. It was handled in the wii-network branch in rev c42a6f156e2c. Master handles the settings files differently. Until wii-network merges in to master, this closes issue...
3.0-878 11 лет, 4 месяца назад Fix OSX build once again. Apparently OSX needs to get with the times.
3.0-877 11 лет, 4 месяца назад PixelShaderGen: Drop some useless and potentially buggy code.