summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2013-10-20Make make_scmrev.h.js recognize "stable" as a stable branch.Tony Wasserka
2013-10-03Fix ThunkManager::ProtectFunction on x86.comex
2013-09-23Fix crashes in Single Core mode on Dolphin Win64.Pierre Bourdon
2013-09-20Fix stack misalignment issues.comex
2013-09-20Turns out CVTSD2SI in x64Emitter.cpp should actually use 64 bits instead of 3...Lioncash
2013-09-18[ARM] Enable VMOV to move from double VFP reg to two ARM registers.Ryan Houdek
2013-09-18Fix an incorrect opcode for an SSE instruction in x64Emitter.cpp. CVTSD2SI sh...Lioncash
2013-09-17[ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 doubl...Ryan Houdek
2013-09-17Add * to the characters leading a verbatim line (used in Gecko codes comments)Pierre Bourdon
2013-09-16Fix two wrong opcodes in the x64Emitter. PEXTRW and PINSRW were actually writ...Lioncash
2013-09-16[ARM] VRSQRTE NEON emitter.Ryan Houdek
2013-09-16[ARM] Add NEON VORR and fix encoding on NEON VEOR. Remove VMRS_APSR because i...Ryan Houdek
2013-09-16Add a hacky check for text file size in ReadFileToString. Fixes issue 6455.Pierre Bourdon
2013-09-16Look for portable.txt in the exe directory and activate portable mode if it e...Pierre Bourdon
2013-09-16Fix INIFile ignoring the last line of filesPierre Bourdon
2013-09-14Merge branch 'global-user-directory'Pierre Bourdon
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14[ARM] Add LSRS emitters, and ASR{S} register emitters. Fixes encoding in LSR ...Ryan Houdek
2013-09-14IniFile: Support extending the list of loaded keys and sections with data fro...Pierre Bourdon
2013-09-14Move global gameinis from User to Sys. Get rid of SHARED_USER.Pierre Bourdon
2013-09-14Move Themes/ from User to Sys. Only Gameinis remain.Pierre 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-12Improve the ArraySize function a bit now that c++11 isn't forbidden there. Er...Jordan Woyak
2013-09-11Replace the one use of CompileTimeAssert with static_assert (already used els...comex
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...Jordan Woyak
2013-09-08[ARM] Add support for double registers in VMOV(immediate). Add VEOR and VSTR1...Ryan Houdek
2013-09-08[ARM] Use NEON for loading the values from psq_l, gives a minimal performance...Ryan Houdek
2013-09-04Fix for old libc version on bionic. Old versions would crash if the second ar...Ryan Houdek
2013-09-02Remove accessType from BackPatch's signature in favor of getting it from Disa...comex
2013-09-02[Android] Fix fastmem and enable.Ryan Houdek
2013-09-01A few more warnings.comex
2013-09-01MSVC warnings.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-09-01Work around MSVC bug, and make it less likely to happen again. Ew.comex
2013-08-31Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save.comex
2013-08-31Make NonCopyable use rvalue references.comex
2013-08-30[ARM] Fix the VMOV encoding to encode the destination VFP register correctly.Ryan Houdek
2013-08-30[ARM] Support both hardfp and softfp with lfs and lfd. Fixes these two instru...Ryan Houdek
2013-08-29[Android] Android NDK now supports full implementations of std::mutex, std::t...Ryan Houdek
2013-08-29Use pthread_setname_np.comex
2013-08-29[Android] Add in a static libiconv library so non English games don't crash D...Ryan Houdek
2013-08-28More cleaning.Matthew Parlane
2013-08-28Fix headings and more.Matthew Parlane
2013-08-26Merge branch 'master' into wii-networkMatthew Parlane
2013-08-25Actually allow the dump and logs folders to be set outside of user/Rachel Bryk
2013-08-24Allow user folder to be set via command line.Rachel Bryk
2013-08-25Fix trailing whitespaces in all files where some were addedPierre Bourdon
2013-08-23Merge branch 'master' into wii-networkMatthew Parlane
2013-08-22Fix the fix to AVX support detectionPierre Bourdon