mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
update changelog
This commit is contained in:
parent
eef949c5f1
commit
8272b45da8
3 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v2.0.0-beta.19
|
||||
* Fix Windows forward compatibility mode (eef949c5, 824efbf3, 456075a2)
|
||||
* This was caused by Clang not setting `/DELAYLOAD` properly, but also a mutex introduced in beta.7 causing Geode not to load at all
|
||||
|
||||
## v2.0.0-beta.18
|
||||
* Use sccache for caching instead of PCH to improve compile times (#493)
|
||||
* Add translations for Japanese in installer (#504)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.0-beta.18
|
||||
2.0.0-beta.19
|
|
@ -48,6 +48,7 @@ int WINAPI gdMainHook(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
|
|||
LoaderImpl::get()->getGameVersion()
|
||||
)
|
||||
);
|
||||
// TODO: should geode FreeLibrary itself here?
|
||||
} else {
|
||||
int exitCode = geodeEntry(hInstance);
|
||||
if (exitCode != 0)
|
||||
|
|
Loading…
Reference in a new issue