mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
settings: Add telemetry endpoint URL.
This commit is contained in:
parent
e5a69c42e2
commit
de913af2c7
4 changed files with 23 additions and 0 deletions
|
@ -126,6 +126,9 @@ struct Values {
|
|||
// Debugging
|
||||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
|
||||
// WebService
|
||||
std::string telemetry_endpoint_url;
|
||||
} extern values;
|
||||
|
||||
// a special value for Values::region_value indicating that citra will automatically select a region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue