mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
qb: Disable the builtin lua by default.
Disables the builtin lua as it causes the mpv core to segfault and doesn't do anything yet.
This commit is contained in:
parent
d8468c5d8c
commit
465b3e5774
@ -117,7 +117,7 @@ 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_LUA=no # Lua support (for Retro Achievements)
|
||||
HAVE_DISCORD=yes # Discord Integration
|
||||
C89_DISCORD=no
|
||||
HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines
|
||||
|
Loading…
Reference in New Issue
Block a user