summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2010-01-17Do ARAM DMA less often, and in larger chunks. hopefully it adds some speed, b...Shawn Hoffman
2010-01-17drkIIRaziel reversed engineered the frsqrte instruction providing hardware ac...skidau
2010-01-17Fix for importing / exporting more than one save per launchLPFaint99
2010-01-17Stop Story Mode in F-Zero GX from crashing. Story mode still doesn't work tho...hrydgard
2010-01-16Hopefully fix all remaining quantizer issues in Mario Kart Wii:hrydgard
2010-01-16Fixed a stupid error left by me.ayuanx
2010-01-16Temporarily disable a couple of unsafe quantizer optimizations. they will ret...hrydgard
2010-01-16Move Segher's hashing/crypto code from the Dolphin project to Common.hrydgard
2010-01-16delete some leftovershrydgard
2010-01-16(assorted cleanup and reindent that didn't belong in the quantizer change)hrydgard
2010-01-16RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITI...hrydgard
2010-01-16In the Interpreter, marked mtmsr as an "end of block" instruction, making it ...skidau
2010-01-16Minor bugfix to the TLB cacheskidau
2010-01-16FPU NaN and negative zero fixes. Verified against the real hardware.skidau
2010-01-15Taking screenshots now creates an extra folder for each Game ID.j4ck.fr0st
2010-01-15ok big changes here:Rodolfo Osvaldo Bogado
2010-01-15small buildfix for debugShawn Hoffman
2010-01-15Implemented MMU:skidau
2010-01-14scons buildfixShawn Hoffman
2010-01-14Fix mtsrin/mfsrin instructions. Not likely to change anything since they are ...hrydgard
2010-01-14JITIL : fixes games that require "EnableFPRF=True" under jitilMarko Pusljar
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