diff --git a/meson.options b/meson.options new file mode 100644 index 000000000..c10135e97 --- /dev/null +++ b/meson.options @@ -0,0 +1,4 @@ +option('enable_vsync', + type : 'boolean', + value : true, + description : 'Toggles weather V-Sync will be toggle on or off.')