dolphin/Source
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
..
Android Android: Use case insensitive sorting in game list 2018-06-18 19:11:58 +02:00
Core DSPIntExtOps: Make IsSameMemArea internally linked 2018-06-21 12:46:01 -04:00
DSPSpy
DSPTool DSPTool: Factor out behavior from main() 2018-06-17 18:21:33 -04:00
PCH
UnitTests PowerPC: Convert CPUCore enum into an enum class 2018-06-15 10:27:59 -04:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln