dolphin/Source/Core
magumagu 5a3f75f5cf Use faster CheckGatherPipe from JIT.
We don't need to profile explicit calls to CheckGatherPipe: we aleady know
where they are. Skip profiling, and explciitly insert an exception check.

While I'm here, get rid of unused code in JitIL.
2015-01-30 17:00:58 -08:00
..
AudioCommon Merge pull request #1917 from adamdmoss/no-lfe 2015-01-23 12:30:48 +11:00
Common Merge pull request #1980 from Sonicadvance1/AArch64_more_optimizations 2015-01-30 08:33:19 -06:00
Core Use faster CheckGatherPipe from JIT. 2015-01-30 17:00:58 -08:00
DiscIO Merge pull request #1869 from Stevoisiak/GeneralConsistency 2015-01-21 13:46:53 -06:00
DolphinQt Use unique_ptr for some IVolume instances 2015-01-29 21:33:19 -05:00
DolphinWX Merge pull request #1948 from magumagu/remove-efb-cache 2015-01-27 09:42:15 +01:00
InputCommon Merge pull request #1923 from Sonicadvance1/remove_sdl_assumption 2015-01-21 13:29:39 -06:00
UICommon PostProcessing: Add support for user-supplied anaglyph shaders. 2015-01-25 22:07:03 +01:00
VideoBackends Silence -Wunused-variable warning. 2015-01-28 18:09:07 +00:00
VideoCommon OpcodeDecoder: Calculate decoding time for vertices 2015-01-29 19:55:28 +01:00
CMakeLists.txt