diff --git a/lib/dolphin/GXDispList.cpp b/lib/dolphin/GXDispList.cpp index a991aca..2be8a1c 100644 --- a/lib/dolphin/GXDispList.cpp +++ b/lib/dolphin/GXDispList.cpp @@ -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(data), nbytes); }