mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 15:28:00 -05:00
common/telemetry: Migrate namespace into the Common namespace
Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code.
This commit is contained in:
@ -25,6 +25,8 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
namespace Telemetry = Common::Telemetry;
|
||||
|
||||
static u64 GenerateTelemetryId() {
|
||||
u64 telemetry_id{};
|
||||
|
||||
|
Reference in New Issue
Block a user