From c64d7a882f2e77afd0a20777fe127a3464e4e35e Mon Sep 17 00:00:00 2001 From: Louis <35883445+louist103@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:59:31 -0400 Subject: [PATCH] Remove G_SETPRIMDEPTH from f3dex2 handlers --- src/graphic/Fast3D/gfx_pc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphic/Fast3D/gfx_pc.cpp b/src/graphic/Fast3D/gfx_pc.cpp index 96e135376..b4222110d 100644 --- a/src/graphic/Fast3D/gfx_pc.cpp +++ b/src/graphic/Fast3D/gfx_pc.cpp @@ -3614,7 +3614,6 @@ const static std::unordered_map f3dex2Handlers = { G_PUSHCD, gfx_pushcd_handler_f3dex2 }, { G_BRANCH_Z_OTR, gfx_branch_z_otr_handler_f3dex2 }, { G_ENDDL, gfx_end_dl_handler_common }, - { G_SETPRIMDEPTH, gfx_set_prim_depth_handler_rdp }, #ifdef F3DEX_GBI_2 { G_GEOMETRYMODE, gfx_geometry_mode_handler_f3dex2 }, #else