mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 11:18:35 -05:00
video_core: Use nested namespaces where applicable
Compresses a few namespace specifiers to be more compact.
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Tegra {
|
||||
namespace Engines {
|
||||
namespace Tegra::Engines {
|
||||
|
||||
class MaxwellCompute final {
|
||||
public:
|
||||
@ -18,5 +17,4 @@ public:
|
||||
void WriteReg(u32 method, u32 value);
|
||||
};
|
||||
|
||||
} // namespace Engines
|
||||
} // namespace Tegra
|
||||
} // namespace Tegra::Engines
|
||||
|
Reference in New Issue
Block a user