Remove Metaforce hack

This commit is contained in:
Luke Street 2022-07-28 07:28:29 -04:00
parent 1213f32d0e
commit 3d66feb682
1 changed files with 0 additions and 7 deletions

View File

@ -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);
}