Update lzokay; use AxioDL fork

This commit is contained in:
Luke Street 2022-05-31 20:41:59 -04:00
parent 01970c7249
commit c6046d9150
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "extern/lzokay"]
path = extern/lzokay
url = https://github.com/jackoalan/lzokay.git
url = https://github.com/AxioDL/lzokay.git
branch = master
[submodule "extern/fmt"]
path = extern/fmt

2
extern/lzokay vendored

@ -1 +1 @@
Subproject commit 546a9695271e8a8b4711383f828172754fd825f2
Subproject commit ee8b4c29ad0fabcaa210962e30c081d05e55e2b3

View File

@ -3,7 +3,7 @@
#if defined(__APPLE__) || defined(__FreeBSD__)
#include "osx_largefilewrapper.h"
#elif defined(GEKKO) || defined(__SWITCH__)
#include "gekko_support.h"
#include "athena/gekko_support.h"
#include "osx_largefilewrapper.h"
#endif