mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 17:47:52 -05:00
telemetry: Log frontend type.
This commit is contained in:
@ -165,6 +165,8 @@ int main(int argc, char** argv) {
|
||||
break; // Expected case
|
||||
}
|
||||
|
||||
Core::Telemetry().AddField(Telemetry::FieldType::App, "Frontend", "SDL");
|
||||
|
||||
while (emu_window->IsOpen()) {
|
||||
system.RunLoop();
|
||||
}
|
||||
|
Reference in New Issue
Block a user