summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-06-21 12:45:57 -0400
committerLioncash <mathew1800@gmail.com>2018-06-21 12:46:01 -0400
commit4367e3aedaf59575a9da50898c8da951db32184d (patch)
tree260f033f11ef1235cc929e3f75ba3d8d749b3520 /Source/Core/VideoBackends/Software/SWmain.cpp
parent77f6e50493c0433391a4da1815b09d85d1a36247 (diff)
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.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
0 files changed, 0 insertions, 0 deletions