diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2017-12-25 23:33:37 +0100 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2018-05-30 11:40:05 +0200 |
| commit | fb124c2eb0b4087d85bb6e97b1603c68cc3bccfa (patch) | |
| tree | eeb639856dd2495bd12cedcc5e4a18f6f0542ffa /Source/Core/VideoCommon/AsyncRequests.cpp | |
| parent | 5b90aba62497a5ded0ed9586da4151e0f09e42a0 (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
