summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2010-01-14add correct copyright to WiiSaveCrypted.cppLPFaint99
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2010-01-14Adds experimental data.bin export of wii saves,LPFaint99
2010-01-13Add "Auto Aspect Ratio" to both graphics plugins. It's the new default, so yo...hrydgard
2010-01-13commit patch from http://forums.dolphin-emu.com/thread-6527.html fixes the "P...Shawn Hoffman
2010-01-13Fixes Issue 2004ayuanx
2010-01-13This should settle the FIFO BP critical games like Metroid Prime 2ayuanx
2010-01-13Better comment the writelog codenakeee
2010-01-13Fixes Issue 1997ayuanx
2010-01-13Fixed Issue 2005ayuanx
2010-01-13DSP: fix disassembler a little.Shawn Hoffman
2010-01-13DSP LLE: code cleanup that doesn't affect behavior.Shawn Hoffman
2010-01-12D3D: Fix some texture wrapping issues by setting the texture state for every ...hrydgard
2010-01-12coreaudio backend make sound nowtmator
2010-01-12DSP comments & minor reorganization (moved all DSP state into the g_dsp struc...hrydgard
2010-01-12this is a dev commit, a cleanup in the pixel shader generator to make the gen...Rodolfo Osvaldo Bogado
2010-01-12DSPLLE: Add a comment describing my latest unverified theory: that 'l and the...hrydgard
2010-01-12Fix missing shading in NSMBWii etc in the D3D plugin. Now, I'm not entirely s...hrydgard
2010-01-11(nothing of value, just reindentation and removal of commented out includes. ...hrydgard
2010-01-11ISO compression: Report filename in corruption warnings. hrydgard
2010-01-11Better-quality downsizing of Wii banners (yeah yeah I know it's not important...hrydgard
2010-01-11Dedicate Wii SD Card & Wii USB Keybaord settingsayuanx
2010-01-111. Removed the waitfordeath time out as it seems to crash dolphin every now a...nakeee
2010-01-11Small unicode fix for extracting files (ISOProperties.cpp)LPFaint99
2010-01-11Do special handling of texture coordinate generation if there is only a posit...donkopunchstania
2010-01-09Fixed Issue 1979 - Crash when scanning WAD files with no title information...fgfemperor
2010-01-09from BhaaL: linux compile fix for r4794, Event::Wait now supports a timeout (...Shawn Hoffman
2010-01-09Now Progressive Scan actually works for those games that really depend on thi...ayuanx
2010-01-08Compilation fix for r4795ayuanx
2010-01-08error 003 fix when booting system menu 4.2. note that the 0x45 doesn't actual...daco65
2010-01-081. Expanded Framelimit range from 20 to 120 in case someone wants to run a li...ayuanx
2010-01-08Fixed Issue 1952ayuanx
2010-01-08This should fix Issue 1960ayuanx
2010-01-071. This should fix Issue 1625 (Bizarre Auto Frame Limit)ayuanx
2010-01-06Now you can switch between Emulated and Real WiiMotes, connect more Real Wiim...fgfemperor
2010-01-05An attempt to fix Issue 1919 (Multi-Wiimote Freezing)ayuanx
2010-01-05Cleanup of the Device usb code, now we don't compare u32 to NULL.nakeee
2010-01-05Work towards importing data.bin wii save files (issue 1945)LPFaint99
2010-01-04Remap wiimote hotkeys to Alt+F5/F6/F7/F8 to make Windows happy.ayuanx
2010-01-04Added hotkey Alt+F1/F2/F3/F4 for connect/disconnect wiimote with OSD displayayuanx
2010-01-04Patch from stgn: bztdlinux
2010-01-03Fixed Issue 1928ayuanx
2010-01-03What we should think about:ayuanx
2010-01-03Fixed Issue 1921ayuanx
2010-01-03Adding line and file name to the log.nakeee
2010-01-02I'm back, after two weeks pure work and nothing of dolphin, take a look at th...Rodolfo Osvaldo Bogado
2010-01-021. Fixed the freeze issue in "Super Mario Galaxy" and other games, which was ...ayuanx
2010-01-01Readded the "Loading settings from" log at the INFO log level.skidau
2010-01-01Stop spamming the file log without being asked to. Removes the "Loading sett...skidau
2010-01-01Some fixes to Stop() process.sl1nk3.s