mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 08:24:56 +00:00
GCC build fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <../ucrt/malloc.h>
|
||||
#else
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wpragmas"
|
||||
#pragma GCC diagnostic ignored "-Winclude-next-absolute-path"
|
||||
#include_next <malloc.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
## URDE
|
||||
**Status:** Extract Only
|
||||
|
||||
[](https://ci.appveyor.com/project/jackoalan/urde)
|
||||
|
||||
### Download
|
||||
Precompiled builds of the command-line extraction utility (`hecl`) with embedded dataspec libraries are available at https://github.com/AxioDL/urde/releases. This will give you intermediate dumps of original formats as *blender* and *yaml* representations.
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ public:
|
||||
struct SResInfo {
|
||||
CAssetId x0_id;
|
||||
bool x4_compressed : 1;
|
||||
CFactoryMgr::ETypeTable x4_typeIdx : 7;
|
||||
CFactoryMgr::ETypeTable x4_typeIdx;
|
||||
u32 x5_offsetDiv32 : 27;
|
||||
u32 x7_sizeDiv32 : 27;
|
||||
SResInfo(CAssetId id, FourCC fcc, u32 offset, u32 size, u32 flags) : x0_id(id) {
|
||||
|
||||
2
hecl
2
hecl
Submodule hecl updated: 769f426991...829f3dba27
2
specter
2
specter
Submodule specter updated: 2aacce53c3...b28b91a91f
Reference in New Issue
Block a user