2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:47:59 +00:00

HMDL outputting fixes

This commit is contained in:
Jack Andersen
2015-11-14 13:40:32 -10:00
parent db335e5d98
commit ad1a47e8b4
28 changed files with 25 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ HMDLData::HMDLData(boo::IGraphicsDataFactory* factory,
Athena::io::MemoryReader r((atUint8*)metaData, HECL_HMDL_META_SZ);
meta.read(r);
}
if (meta.magic != FOURCC('TACO'))
if (meta.magic != 'TACO')
Log.report(LogVisor::FatalError, "invalid HMDL magic");
m_vbo = factory->newStaticBuffer(boo::BufferUseVertex, vbo, meta.vertStride, meta.vertCount);

View File

@@ -1,4 +0,0 @@
#ifndef IRUNTIMECACHE_HPP
#define IRUNTIMECACHE_HPP
#endif // IRUNTIMECACHE_HPP

View File

@@ -1,4 +0,0 @@
#ifndef IRUNTIMEOBJECT_HPP
#define IRUNTIMEOBJECT_HPP
#endif // IRUNTIMEOBJECT_HPP

View File

@@ -1,4 +0,0 @@
#ifndef IRUNTIMESPEC_HPP
#define IRUNTIMESPEC_HPP
#endif // IRUNTIMESPEC_HPP