dolphin/Source/Core
JMC47 f7b133b39a Fix JIT64 mtmsr - PIE support caused the codesize
to get bigger, breaking an optimization.  This forces the emitter to use a
32bit pointer instead of an 8bit one, fixing the issue at the expense of
efficiency.
2017-08-22 06:44:38 -04:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Revert "Try to fix File::Copy with non-1024-byte aligned sizes" 2017-08-21 18:29:58 +02:00
Core Fix JIT64 mtmsr - PIE support caused the codesize 2017-08-22 06:44:38 -04:00
DiscIO Merge pull request #5746 from leoetlino/disc-updates 2017-08-16 19:02:42 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #5950 from ligfx/gamelistmodelfilenamefallback 2017-08-20 23:29:27 +02:00
DolphinWX Merge pull request #5898 from ligfx/extractupnp 2017-08-17 03:11:41 +08:00
InputCommon Merge pull request #5742 from ToadKing/fix-bad-controllers 2017-08-17 03:42:02 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
VideoCommon VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder) 2017-08-21 10:22:15 -07:00
CMakeLists.txt