clean up RA variables (#789)

* clean up RA variables

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-04-21 04:57:41 -06:00
committed by GitHub
parent 412f928781
commit 224bd2df1d
9 changed files with 77 additions and 115 deletions
-1
View File
@@ -182,7 +182,6 @@ fn main() {
if cfg!(feature = "gui") {
retroachievements_builder = retroachievements_builder
.allowlist_function("ra_logout_user")
.allowlist_function("ra_is_user_logged_in")
.allowlist_function("ra_get_username")
.allowlist_function("ra_get_token");
}