4jcraft/meson.options
Sally Knight d6ee57f3e6 fix: disable java GUI by default
as to not conflict with the iggy UI
2026-03-16 16:28:44 +03:00

15 lines
441 B
Plaintext

option('enable_java_guis',
type : 'boolean',
value : false,
description : 'Re-enable the Java UI remnants in the code (for testing only)')
option('enable_vsync',
type : 'boolean',
value : true,
description : 'Toggles V-Sync and adds options to unlock maximum in-game framerate.')
option('enable_shiggy',
type : 'boolean',
value : true,
description : 'Toggles shimmed PS4 Iggy binaries and UI for x86_64 Linux.')