Files
Arch-R/packages/network
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
..
2025-06-11 13:36:37 +00:00
2025-06-24 10:38:16 +00:00
2025-05-21 09:09:39 +00:00
2026-03-18 17:32:41 -03:00
2024-05-17 11:55:18 +00:00
2025-06-14 13:00:20 +00:00
2024-06-20 10:18:32 +00:00
2024-07-03 00:06:04 -04:00
2025-04-15 07:28:47 +00:00
2025-05-09 02:47:11 +00:00
2025-06-28 04:00:14 +00:00
2025-04-20 09:44:24 +00:00
2025-03-17 03:28:47 +00:00
2024-03-07 10:56:34 +00:00
2025-04-04 14:49:01 +00:00
2025-01-16 10:35:37 +00:00
2024-07-03 00:06:04 -04:00