diff options
| author | ThePixelCoder <thepixelmaster2354@gmail.com> | 2022-12-19 06:12:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 13:12:15 +0100 |
| commit | 4275779f8a1ffbb03922bf149a6228be21f64579 (patch) | |
| tree | 274313159ed3beec69922d64308da931a22003fe /lib | |
| parent | b4e6a4dac9bf3f283a81f8aa3ce438abf3609c7a (diff) | |
Handle nn::gfx merge (#108)
* Fix build and document nn::gfx merge
* Update submodules and some extra labelling in csv
* Fix various issues
* Make versioning more flexible
Diffstat (limited to 'lib')
| m--------- | lib/NintendoSDK | 0 | ||||
| m--------- | lib/agl | 0 | ||||
| -rw-r--r-- | lib/gsys/include/gsys/gsysModelNW.h | 3 | ||||
| m--------- | lib/sead | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/lib/NintendoSDK b/lib/NintendoSDK -Subproject 00bb399f3c0169d77044f857f39ba9e04a896fd +Subproject 2baac43e46d5fcd9c2a769606c97880ed78ff95 diff --git a/lib/agl b/lib/agl -Subproject b31cfcd01e376e2fd4a2b45c2092a35c2c51084 +Subproject 9731cfc5017f798aeca80a37fba17f3af17b807 diff --git a/lib/gsys/include/gsys/gsysModelNW.h b/lib/gsys/include/gsys/gsysModelNW.h index 0a7c67e8..a6da4f27 100644 --- a/lib/gsys/include/gsys/gsysModelNW.h +++ b/lib/gsys/include/gsys/gsysModelNW.h @@ -2,7 +2,8 @@ #include <gsys/gsysModelUnit.h> #include <nn/g3d/ModelObj.h> -#include <nn/gfx/memory.h> +#include <nn/gfx/gfx_MemoryPool.h> +#include <nn/gfx/gfx_Types.h> #include <prim/seadDelegate.h> namespace agl { diff --git a/lib/sead b/lib/sead -Subproject 79f528be96a3d7c844847ab6371e0ae6b38c83c +Subproject 52acb917ca5b0271f3aaf3412fdde1ce9575ccb |
