geode/loader/src
matcool 456075a2cb (urgent) fix log mutex breaking forward compat mode
yes, this single mutex would break geode loading in forward compat mode
entirely.. because the forward compat hooks log at static init time! and
since static init stuff is weird, the mutex wasnt initialized yet. so
now we force it to be initialized by having it in a getter
2024-02-12 15:55:13 -03:00
..
c++stl Improve actions build speed by using sccache, removes PCH (#493) 2024-02-11 15:58:46 -03:00
cocos2d-ext Improve actions build speed by using sccache, removes PCH (#493) 2024-02-11 15:58:46 -03:00
hooks Fix profile links 2024-02-11 21:21:14 -05:00
ids Improve actions build speed by using sccache, removes PCH (#493) 2024-02-11 15:58:46 -03:00
internal Improve actions build speed by using sccache, removes PCH (#493) 2024-02-11 15:58:46 -03:00
loader (urgent) fix log mutex breaking forward compat mode 2024-02-12 15:55:13 -03:00
platform silly chloe relying on pch 2024-02-12 10:58:42 -03:00
ui trigger safe mode on windows by holding shift on game launch 2024-02-12 13:06:48 -03:00
utils Merge branch 'main' of https://github.com/geode-sdk/geode 2024-02-12 18:39:49 +03:00
load.cpp show yes/no choice instead for safe mode 2024-02-12 13:20:58 -03:00
load.hpp split main.cpp per platform 2023-06-09 18:29:19 +03:00