Skip to content

Commit

Permalink
overshell auto list view
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed May 9, 2024
1 parent c1affaa commit 73d6952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _ark/ps4/dx/overshell/dx_controller_states.dta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(kState_RB4DXControllerSettings
(view list_short)
(view {$this get_auto_list_view })
(enter
{$this setup_confirm_actions a
(
Expand Down
6 changes: 3 additions & 3 deletions _ark/ps4/dx/overshell/dx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
)
(kState_RB4DXMain
(view list_long)
(view {$this get_auto_list_view })
(enter
#include ../ui/dx_init.dta
RB4DXMAIN_DATA
Expand Down Expand Up @@ -107,7 +107,7 @@
}
)
(kState_RB4DXGPSettings
(view list_medium)
(view {$this get_auto_list_view })
(enter
RB4DXGP_DATA
)
Expand Down Expand Up @@ -202,7 +202,7 @@
)
)
(kState_RB4DXOptionalAdditions
(view list_medium)
(view {$this get_auto_list_view })
(enter
OPTIONAL_ADDITIONS_CHECK
{$this setup_confirm_actions a
Expand Down

0 comments on commit 73d6952

Please sign in to comment.