mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 01:57:59 -05:00
core/reporter: Remove unnecessary namespace qualifiers
The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
This commit is contained in:
@ -183,7 +183,7 @@ json GetHLERequestContextData(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
namespace Core {
|
||||
|
||||
Reporter::Reporter(Core::System& system) : system(system) {}
|
||||
Reporter::Reporter(System& system) : system(system) {}
|
||||
|
||||
Reporter::~Reporter() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user