Skip to content

Commit

Permalink
Remove G_SETPRIMDEPTH from f3dex2 handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Apr 2, 2024
1 parent 669b209 commit c64d7a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3614,7 +3614,6 @@ const static std::unordered_map<uint32_t, GfxOpcodeHandlerFunc> 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
Expand Down

0 comments on commit c64d7a8

Please sign in to comment.