dolphin/Source/Core
Fiora 3aa40dab00 JIT64: optimize carry calculations
Omit carry calculations that get overwritten later in the block before they're
used. Very common in the case of srawix and friends.
2014-09-01 20:41:48 -07:00
..
AudioCommon AudioCommon: Get rid of now unused handle param for InitSoundStream() 2014-08-30 23:36:00 -04:00
Common Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
Core JIT64: optimize carry calculations 2014-09-01 20:41:48 -07:00
DiscIO DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
DolphinWX Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
InputCommon InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
VideoBackends Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
VideoCommon Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00