mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 21:08:01 -05:00
settings: Add telemetry endpoint URL.
This commit is contained in:
@ -168,5 +168,9 @@ log_filter = *:Info
|
||||
# Port for listening to GDB connections.
|
||||
use_gdbstub=false
|
||||
gdbstub_port=24689
|
||||
|
||||
[WebService]
|
||||
# Endpoint URL for submitting telemetry data
|
||||
telemetry_endpoint_url =
|
||||
)";
|
||||
}
|
||||
|
Reference in New Issue
Block a user