mirror of https://github.com/libAthena/athena.git
Update lzokay; use AxioDL fork
This commit is contained in:
parent
01970c7249
commit
c6046d9150
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 546a9695271e8a8b4711383f828172754fd825f2
|
||||
Subproject commit ee8b4c29ad0fabcaa210962e30c081d05e55e2b3
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue