summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AsyncRequests.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-12-25 23:33:37 +0100
committerLéo Lam <leo@innovatetechnologi.es>2018-05-30 11:40:05 +0200
commitfb124c2eb0b4087d85bb6e97b1603c68cc3bccfa (patch)
treeeeb639856dd2495bd12cedcc5e4a18f6f0542ffa /Source/Core/VideoCommon/AsyncRequests.cpp
parent5b90aba62497a5ded0ed9586da4151e0f09e42a0 (diff)
Use nested namespaces for IOS HLE
Pretty much all of the source files contain the following: namespace IOS { namespace HLE { namespace <name> { // actual code here } // namespace <name> } // namespace HLE } // namespace IOS which is really verbose boilerplate, because most of the files inside of Core/IOS are for IOS HLE. This commit replaces that with a more concise `namespace IOS::HLE` or `namespace IOS::HLE::(name)`.
Diffstat (limited to 'Source/Core/VideoCommon/AsyncRequests.cpp')
0 files changed, 0 insertions, 0 deletions