summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-16 23:30:46 -0400
committerLioncash <mathew1800@gmail.com>2019-06-16 23:37:03 -0400
commit76b675e9f02b9ae6d8c969298a24b846e322c649 (patch)
tree009e598a62c466ba5f16e5e502b4dde39a09b67d /Source/Core/VideoCommon/OpcodeDecoding.cpp
parentd1475f6d59fe5973e3e3bf945bd96ae110f96936 (diff)
Common/MsgHandler: Make default message handler and translator's internally linked
Previously these functions were declared without the static specifier, giving them external linkage, which isn't really ideal. Instead, we can place these functions up by the relevant file-scope variables and place them inside an anonymous namespace with said variables, giving them internal linkage.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
0 files changed, 0 insertions, 0 deletions