dolphin/Source/Core
Lioncash 4367e3aeda DSPIntExtOps: Make IsSameMemArea internally linked
inline has external linkage, which doesn't really make sense here, given
the function is only used within this translation unit. So we can
replace inline with static.

While we're at it, the code within the function can also be compressed
to a single return statement.
2018-06-21 12:46:01 -04:00
..
AudioCommon
Common Common/MemoryPatches: Silence variable shadowing warnings 2018-06-19 21:33:50 -04:00
Core DSPIntExtOps: Make IsSameMemArea internally linked 2018-06-21 12:46:01 -04:00
DiscIO ChunkFile: Remove unnecessary includes 2018-06-09 16:49:59 -04:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Merge pull request #7134 from spycrab/qt_housekeep 2018-06-21 14:24:53 +02:00
DolphinWX Merge pull request #7143 from lioncash/bt-helper 2018-06-21 10:00:28 +02:00
InputCommon Merge pull request #7062 from robopilot99/master 2018-06-08 14:04:03 +02:00
UICommon Merge pull request #7137 from lioncash/copy 2018-06-19 22:57:29 +02:00
Updater
VideoBackends Software: Don't link against X11 libraries 2018-06-21 01:47:37 -04:00
VideoCommon Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaks 2018-06-21 10:19:47 +02:00
CMakeLists.txt