Hotkey for onscreen FPS (#770)

* fps counter

* more
This commit is contained in:
Logan McNaughton
2026-04-18 21:55:37 +02:00
committed by GitHub
parent 5a91d09f9e
commit bc3dd4d39a
7 changed files with 87 additions and 15 deletions
+1
View File
@@ -198,6 +198,7 @@ fn main() {
.allowlist_function("rdp_state_size")
.allowlist_function("rdp_save_state")
.allowlist_function("rdp_load_state")
.allowlist_function("rdp_set_fps")
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.generate()
.expect("Unable to generate bindings");