Commit Graph

12 Commits

Author SHA1 Message Date
Douglas Teles 4c0e295db2 es-menu: wire up AUTO FRAME DELAY and ship wg-quick for WIREGUARD VPN
Two ES menu items that wrote settings nothing consumed / called a missing
binary, found in the menu audit:

- AUTO FRAME DELAY (Latency menu) persisted `<config>.video_frame_delay_auto`
  to system.cfg, but setsettings.sh never translated it into retroarch.cfg,
  so the toggle did nothing. Add set_frame_delay(): ON/OFF -> RetroArch
  `video_frame_delay_auto = true/false`, AUTO leaves the cfg default.

- WIREGUARD VPN toggle runs `wg-quick up/down`, but the wireguard-tools
  package only installed `wg`, so every toggle silently failed. wg-quick is
  the upstream bash helper (src/wg-quick/linux.bash); install it. Runtime
  deps (bash, ip, wg, iptables) are all present.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 23:06:48 -03:00
Rudi Heitbaum baeb55c4d5 wireguard-tools: update to 1.0.20250521
log: https://github.com/WireGuard/wireguard-tools/compare/v1.0.20210914...v1.0.20250521
2025-05-21 13:25:58 +00:00
heitbaum 404d89da87 wireguard-tools: update to 1.0.20210914 2021-09-19 21:29:40 +10:00
Christian Hewitt 739366c4b6 wireguard-tools: bump to v1.0.20210424 2021-08-04 09:03:37 +00:00
heitbaum 1ab6b066ce wireguard-tools: update to 1.0.20210223
update 1.0.20200827 to 1.0.20210223
log: https://git.zx2c4.com/wireguard-tools/log/
announce: https://www.mail-archive.com/wireguard@lists.zx2c4.com/msg06037.html

--

A new version, v1.0.20210223, of wireguard-tools has been tagged in the git
repository, containing various required userspace utilities, such as the
wg(8) and wg-quick(8) commands and documentation.

== Changes ==

  * wg-quick: android: do not free iterated pointer
  * wg-quick: openbsd: no use for userspace support
  * embeddable-wg-library: sync latest from netlink.h
  * wincompat: recent mingw has inet_ntop/inet_pton
  * wincompat: add resource and manifest and enable lto
  * wincompat: do not elevate by default
  * completion: add help and syncconf completions
  * sticky-sockets: do not use SO_REUSEADDR
  * man: LOG_LEVEL variables changed name
  * ipc: do not use fscanf with trailing \n
  * ipc: read trailing responses after set operation

This release contains commits from: Jason A. Donenfeld.
2021-02-27 09:27:48 +00:00
Ian Leonard 3baf91e87d network: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:12 +00:00
CvH feae626ad5 wireguard-tools: cleanup version 2020-12-27 20:30:27 +01:00
chewitt 7b0a6fcc41 wireguard-tools: bump to v1.0.20200827 2020-09-10 13:02:36 +00:00
chewitt c005be7421 wireguard-tools: bump to v1.0.20200513 2020-06-16 05:08:53 +00:00
chewitt 81ca6b93de wireguard: update wireguard-tools to v1.0.20200319 and drop libmnl dependency 2020-04-17 02:19:23 +00:00
chewitt 908de70fa4 wireguard: update tools/module 2020-02-19 09:32:59 +00:00
chewitt 1551a41cd5 wireguard-tools: add WireGuard userspace tools package 2020-01-24 02:47:50 +00:00