summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2013-09-14Move global User/Wii to Sys/WiiPierre Bourdon
2013-09-14Overlay the user Shaders/ over the shared one to avoid copying filesPierre Bourdon
2013-09-14Overlay the user Maps/ over the shared one to avoid copying filesPierre Bourdon
2013-09-14Change the initial user directory creation to stop special casing WindowsPierre Bourdon
2013-09-14Use global user directory on windows.Rachel Bryk
2013-09-14[ARM] Fixes srawix implementation.Ryan Houdek
2013-09-13NetPlayServer: Drop all the pads for a client when she disconnectsJasper St. Pierre
2013-09-13Merge branch 'geckoos-fix'comex
2013-09-13Fix HLE_HOOK_START in the interpreter.comex
2013-09-13Use d01f1bad for the gameid check in RunCodeHandler rather than the actual ID.comex
2013-09-13Fix placement of HLE::Patch to not get overwritten by HLE::PatchFunctions.comex
2013-09-13Hook the Gecko codehandler to invalidate the icache.comex
2013-09-13Return correct value to fix libogc's IOS launch sequence.comex
2013-09-13Fake ticket views for missing IOS title.comex
2013-09-13Reset es_inuse upon Reset.comex
2013-09-13Returning false from an IPC_HLE method should not produce an INFO_LOG.comex
2013-09-12[ARM] Disable loadstorepaired instructions when fastmem is disabled.Ryan Houdek
2013-09-12Improve the ArraySize function a bit now that c++11 isn't forbidden there. Er...Jordan Woyak
2013-09-12Hack the gettext detection a bit to fix translations not working on OSX build...Pierre Bourdon
2013-09-12[ARM] Removes extraneous fpr.FlushRyan Houdek
2013-09-12[ARM] Fixes ps_madd implementation.Ryan Houdek
2013-09-12[ARM] Fixes the ps_merge00 and ps_merge10 implementations. They both had the ...Ryan Houdek
2013-09-12[ARM] Fixes orcx implementation.Ryan Houdek
2013-09-12[ARM] Disables loadstores with update because they are broken.Ryan Houdek
2013-09-12[ARM] lfsx implementation.Ryan Houdek
2013-09-12[ARM] Disable lmw when fastmem is disabled.Ryan Houdek
2013-09-11Use the POLARSSL_LIBRARY variable to set the link library. This fixes aGlenn Rice
2013-09-11Replace the one use of CompileTimeAssert with static_assert (already used els...comex
2013-09-11Merge branch '6584'comex
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...Jordan Woyak
2013-09-11Fix "modifier" button functionality et al.Jordan Woyak
2013-09-11VideoCommon: use memcmp to compare shader uiddegasus
2013-09-10Remove a bunch of old HLE junkJasper St. Pierre
2013-09-10Fix ES_DECRYPT.comex
2013-09-10On windows, ignore WM_QUERYENDSESSION and close upon WM_ENDSESSION.Shawn Hoffman
2013-09-10Revert "Leak an object when quitting Dolphin to try and fix issue 6546"Shawn Hoffman
2013-09-09Fix SDIO HLE writing garbage to memory.comex
2013-09-09Move the CFrame::ClosePages call from ~CFrame to CFrame::OnClosePierre Bourdon
2013-09-09Leak an object when quitting Dolphin to try and fix issue 6546Pierre Bourdon
2013-09-09[NetPlay] Fix copy and paste error.Rachel Bryk
2013-09-09Revert "Revert "NetPlay: Use the correct pad mappings for rumble""Rachel Bryk
2013-09-09Revert "NetPlay: Use the correct pad mappings for rumble"comex
2013-09-09videoCommon: also reset logicOp on mode switchdegasus
2013-09-08Don't request authentication (aka I should actually test before committing).comex
2013-09-08Improve IOdarwin -comex
2013-09-08[ARM] Implement psq_st. Optimizations in psq_l and fix all the remaining bugs...Ryan Houdek
2013-09-08[ARM] Add support for double registers in VMOV(immediate). Add VEOR and VSTR1...Ryan Houdek
2013-09-08Add two buttons to the ISOProperties dialog so that we still meet string free...NeoBrainX
2013-09-08NetPlay: Use the correct pad mappings for rumbleJasper St. Pierre
2013-09-08[ARM] Optimization to psq_l, no need to push/pop regs anymore. Implement supp...Ryan Houdek