From bfc83f78306e51bbba04caf9c3f3e7693ba5d606 Mon Sep 17 00:00:00 2001 From: Emily <106335580+Vozath@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:13:09 -0400 Subject: [PATCH] forgot to add meson.options --- meson.options | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meson.options 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.')