read RA settings from CLI (#913)

* read RA settings from CLI

* more
This commit is contained in:
Logan McNaughton
2026-05-19 09:20:08 +02:00
committed by GitHub
parent 41e66825d0
commit 9f2cfb5a9f
7 changed files with 28 additions and 142 deletions
+1 -2
View File
@@ -180,8 +180,7 @@ fn main() {
if cfg!(feature = "gui") {
retroachievements_builder = retroachievements_builder
.allowlist_function("ra_logout_user")
.allowlist_function("ra_get_username")
.allowlist_function("ra_get_token");
.allowlist_function("ra_get_username");
}
let retroachievements_bindings = retroachievements_builder