dolphin/Source/Core
Lioncash a16c0a6e16 Jit64: Clean up code buffer accesses in DoJit()
Moves the codebuffer access variables closer to their first use, and
gets rid of multiple indexing expressions. We already know which op
we're accessing in particular, so just make a reference to it and access
it instead of duplicating the expression all over the place.
2018-05-13 22:10:56 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
Core Jit64: Clean up code buffer accesses in DoJit() 2018-05-13 22:10:56 -04:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Qt/RenderWidget: Fix render-to-main focus 2018-05-13 21:08:34 +02:00
DolphinWX WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Copy Wii NAND data to user NAND in WiiRoot 2018-05-12 17:08:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
VideoCommon Merge pull request #6786 from stenzek/crop-negative-y 2018-05-13 08:55:59 +02:00
CMakeLists.txt