Skip to content

Commit

Permalink
partial ps2 hw transparency support
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Dec 13, 2023
1 parent 3c6ddb2 commit 6adee16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ark/ui/overshell_track.dta
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@
#define HW_BEHAVIOR_DATA
((
{if_else $nogemdividers os_gemdiv0 os_gemdiv1}
#ifndef HX_EE
{switch $hwalpha
(off os_hwalpha_off)
(rb2 os_hwalpha_rb2)
(rb1 os_hwalpha_rb1)
}
#ifndef HX_EE
os_warn_behavior
#endif
))
Expand Down Expand Up @@ -202,7 +202,7 @@
{set $hwalpha {switch $hwalpha
(off rb2)
(rb2 rb1)
(rb1 off)
(rb1 #ifdef HX_EE rb2 #else off #endif)
}}
{set $hwalpha_needs_reset TRUE}
{set $hwpos {sel_section.lst selected_sym}}
Expand Down

0 comments on commit 6adee16

Please sign in to comment.