Skip to content

Commit

Permalink
feat: Update AA settings for GME profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Jun 22, 2024
1 parent b2645d3 commit 50b9f07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions automotive/src/main/assets/alfa_2_0_gme_aa_gg_stn.properties
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ profile_10.pref.aa.surface.fps="5"
profile_10.pref.aa.pids.history.enabled=true

profile_10.pref.aa.max_pids_in_column.1="2"
profile_10.pref.aa.max_pids_in_column.2="1"
profile_10.pref.aa.max_pids_in_column.3="1"
profile_10.pref.aa.max_pids_in_column.4="1"
profile_10.pref.aa.max_pids_in_column.2="2"
profile_10.pref.aa.max_pids_in_column.3="2"
profile_10.pref.aa.max_pids_in_column.4="2"


profile_10.pref.aa.screen_font_size.1="26"
Expand Down
6 changes: 3 additions & 3 deletions automotive/src/main/assets/alfa_2_0_gme_aa_stn.properties
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ profile_9.pref.aa.surface.fps="5"
profile_9.pref.aa.pids.history.enabled=true

profile_9.pref.aa.max_pids_in_column.1="2"
profile_9.pref.aa.max_pids_in_column.2="1"
profile_9.pref.aa.max_pids_in_column.3="1"
profile_9.pref.aa.max_pids_in_column.4="1"
profile_9.pref.aa.max_pids_in_column.2="2"
profile_9.pref.aa.max_pids_in_column.3="2"
profile_9.pref.aa.max_pids_in_column.4="2"


profile_9.pref.aa.screen_font_size.1="28"
Expand Down
6 changes: 3 additions & 3 deletions automotive/src/main/assets/alfa_2_0_gme_aa_stn_gpf.properties
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ profile_13.pref.aa.surface.fps="5"
profile_13.pref.aa.pids.history.enabled=true

profile_13.pref.aa.max_pids_in_column.1="2"
profile_13.pref.aa.max_pids_in_column.2="1"
profile_13.pref.aa.max_pids_in_column.3="1"
profile_13.pref.aa.max_pids_in_column.4="1"
profile_13.pref.aa.max_pids_in_column.2="2"
profile_13.pref.aa.max_pids_in_column.3="2"
profile_13.pref.aa.max_pids_in_column.4="2"


profile_13.pref.aa.screen_font_size.1="26"
Expand Down

0 comments on commit 50b9f07

Please sign in to comment.