You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tharo explained to me those are custom helper macros.
Since gfxdis is used heavily on decomp projects it would be very nice if it could output the corresponding gsSPSetOtherMode(G_SETOTHERMODE_H, ... and gsSPSetOtherMode(G_SETOTHERMODE_L, ..., even if it was behind a flag and the helper macros were preserved.
Tested on gfxdis-0.6
The text was updated successfully, but these errors were encountered:
The following gfx data produces no output on
gfxdis.f3dex
Example:
Passing the
-i
flag produces macros that are not part of the officialgbi.h
Tharo explained to me those are custom helper macros.
Since gfxdis is used heavily on decomp projects it would be very nice if it could output the corresponding
gsSPSetOtherMode(G_SETOTHERMODE_H, ...
andgsSPSetOtherMode(G_SETOTHERMODE_L, ...
, even if it was behind a flag and the helper macros were preserved.Tested on
gfxdis-0.6
The text was updated successfully, but these errors were encountered: