This commit is contained in:
Emily
2026-03-10 23:57:13 -04:00
parent d9dbb5c39c
commit 5baab016fa
2 changed files with 16 additions and 1 deletions
+6
View File
@@ -37,6 +37,12 @@ global_cpp_defs = [
'-DDEBUG',
]
if get_option('enable_vsync')
global_cpp_defs += '-DENABLE_VSYNC'
message('v-sync enabled')
endif
if host_machine.system() == 'linux'
global_cpp_defs += [
'-Dlinux',