mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
fdfdffd
This commit is contained in:
parent
401116b014
commit
c2b27966b4
2 changed files with 2 additions and 3 deletions
|
|
@ -49,3 +49,5 @@ Added VALUE support in debugwriter.h
|
|||
When STATIC build option is enabled, enable static libc++ and libgcc
|
||||
CPU specific optimizations moved to separated Toolchanin files
|
||||
Documents path search code rewrited to crossplatform SDL functions.
|
||||
DEBUG SAVE bug fixed
|
||||
Added FreeBSD build script
|
||||
|
|
|
|||
|
|
@ -54,9 +54,6 @@ module Settings
|
|||
:debug_lightmap => false,
|
||||
:SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false,
|
||||
:profiller => false,
|
||||
|
||||
#Hidden
|
||||
:is_dejavu => false,
|
||||
}
|
||||
reset_controls!
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue