Skip to content

Commit

Permalink
Merge pull request #271 from sauraen/ShowFogFix
Browse files Browse the repository at this point in the history
Rendermode internal simplification
  • Loading branch information
sauraen authored Feb 15, 2024
2 parents 4f621f4 + 6f69983 commit 3d6f730
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 179 deletions.
8 changes: 8 additions & 0 deletions fast64_internal/f3d/f3d_gbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,14 @@ def RM_OPA_CI(clk):
self.G_RM_FOG_PRIM_A = GBL_c1(G_BL_CLR_FOG, G_BL_A_FOG, G_BL_CLR_IN, G_BL_1MA)
self.G_RM_PASS = GBL_c1(G_BL_CLR_IN, G_BL_0, G_BL_CLR_IN, G_BL_1)

self.rendermodePresetsWithoutFlags = {
"G_RM_NOOP",
"G_RM_NOOP2",
"G_RM_FOG_SHADE_A",
"G_RM_FOG_PRIM_A",
"G_RM_PASS",
}

# G_SETCONVERT: K0-5

self.G_CV_K0 = 175
Expand Down
Loading

0 comments on commit 3d6f730

Please sign in to comment.