This commit is contained in:
DepressedTWM 2026-08-09 01:03:22 +04:00
parent 401116b014
commit c2b27966b4
2 changed files with 2 additions and 3 deletions

View File

@ -49,3 +49,5 @@ Added VALUE support in debugwriter.h
When STATIC build option is enabled, enable static libc++ and libgcc When STATIC build option is enabled, enable static libc++ and libgcc
CPU specific optimizations moved to separated Toolchanin files CPU specific optimizations moved to separated Toolchanin files
Documents path search code rewrited to crossplatform SDL functions. Documents path search code rewrited to crossplatform SDL functions.
DEBUG SAVE bug fixed
Added FreeBSD build script

View File

@ -54,9 +54,6 @@ module Settings
:debug_lightmap => false, :debug_lightmap => false,
:SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false, :SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false,
:profiller => false, :profiller => false,
#Hidden
:is_dejavu => false,
} }
reset_controls! reset_controls!
end end