mirror of https://github.com/encounter/aurora.git
Remove Metaforce hack
This commit is contained in:
parent
1213f32d0e
commit
3d66feb682
|
@ -12,12 +12,5 @@ u32 GXEndDisplayList() {
|
|||
}
|
||||
|
||||
void GXCallDisplayList(const void* data, u32 nbytes) {
|
||||
// TODO CElementGen needs fixing
|
||||
for (const auto& type : aurora::gfx::gx::g_gxState.vtxDesc) {
|
||||
if (type == GX_DIRECT) {
|
||||
Log.report(LOG_WARNING, FMT_STRING("Direct attributes in surface config!"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
aurora::gfx::model::queue_surface(static_cast<const u8*>(data), nbytes);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue