summaryrefslogtreecommitdiff
path: root/Source/Core/Core
AgeCommit message (Expand)Author
2013-09-22Add the new 'Clean' themes from MaJoR and default to Clean by changing the na...Pierre Bourdon
2013-09-20if a memcard is set to read only, fail more gracefully by reporting when writ...LPFaint99
2013-09-19[ARM] Reenable flush per instruction with FPR cache. Something is still very ...Ryan Houdek
2013-09-19[ARM] Fix and optimize mtcrf.Ryan Houdek
2013-09-19[ARM] MicroOps in the branching instructions.Ryan Houdek
2013-09-19[ARM] Fix misuse of RBIT in crXXX, meant to use MVN.Ryan Houdek
2013-09-18Fix missing md5thread.detach()comex
2013-09-18[ANDROID] Fix ARM JIT. Is due to Android using softfp instead of hardfp.Ryan Houdek
2013-09-17Fix indentation in function PSO_MakeSaveGameValid() in GCMemcard.cpp.Lioncash
2013-09-17[ARM] Fix the FPR cache to not have to dump registers after every instruction...Ryan Houdek
2013-09-17[ARM] crand/crandc/creqv/crnand/crnor/cror/crorc/crxor/mcrf/mfcr/mtcrf/mtsr/m...Ryan Houdek
2013-09-17[ARM] Renables load instructions with update.Ryan Houdek
2013-09-16[ARM] Flush the fpr cache between every instruction. Do this until I figure o...Ryan Houdek
2013-09-16[ARM] Add dcbt/dcbtst/dcba noops.Ryan Houdek
2013-09-16[ARM] ps_sel implementation.Ryan Houdek
2013-09-16[ARM] Remove extraneous BKPT from ps_rsqrte.Ryan Houdek
2013-09-16[ARM] ps_rsqrte implementation.Ryan Houdek
2013-09-16[ARM] ps_nmadd/ps_nmsub implementations.Ryan Houdek
2013-09-16[ARM] rlwnmx implementation.Ryan Houdek
2013-09-16[ARM] Implement ps_msub. Minor optimizations.Ryan Houdek
2013-09-16[ARM] fcmpo/fcmpu implementations.Ryan Houdek
2013-09-16[ARM] fctiwzx implementation. This isn't implemented in JIT64 and it is unsta...Ryan Houdek
2013-09-14Merge branch 'global-user-directory'Pierre Bourdon
2013-09-14Change the name of INI options for memcard paths and NAND path to make migrat...Pierre Bourdon
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14[ARM] slwx/srwx/srawx implementations.Ryan Houdek
2013-09-14[ARM] fmaddsx and fmaddx implementations.Ryan Houdek
2013-09-14[ARM] stmw implementation.Ryan Houdek
2013-09-14[ARM] stfd and stfdu implementations.Ryan Houdek
2013-09-14[ARM] cntlzwx implementation.Ryan Houdek
2013-09-14[ARM] ps_madds0 and ps_madds1 implementations.Ryan Houdek
2013-09-14Overlay the user Maps/ over the shared one to avoid copying filesPierre Bourdon
2013-09-14Use global user directory on windows.Rachel Bryk
2013-09-14[ARM] lfdu and stfsu implementations.Ryan Houdek
2013-09-14[ARM] lfsu implementation.Ryan Houdek
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-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