Finished phase 1
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Successful in 2m18s
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
Aiden
2026-05-11 02:32:13 +10:00
parent 9cbb5d8004
commit 41677b71ec
14 changed files with 325 additions and 95 deletions

View File

@@ -572,11 +572,11 @@ The most important migration is:
### Previous Runtime Status Updates
Frame pacing and signal status setters currently called from the bridge should ultimately be routed through:
Frame pacing and signal status setters that were historically called from the bridge should route through:
- `VideoBackend -> HealthTelemetry`
rather than:
rather than the old pattern:
- callback/bridge -> `RuntimeHost`