From 2c546597b4a5903ed5a71e563f8dfe13c7e64232 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 1 Oct 2018 03:33:54 +0200 Subject: [PATCH] Don't bake in cheevos for C89 for now until issues are fixed --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index 2b0af8fba7..659ae20ca0 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -110,6 +110,7 @@ HAVE_QT=auto # Qt companion support C89_QT=no HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements +C89_CHEEVOS=no HAVE_LUA=yes # Lua support (for Retro Achievements) HAVE_DISCORD=yes # Discord Integration C89_DISCORD=no