Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions kefir/switch/.packages/Settings/package.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;title='Settings'
;creator='Kefir Team'
;version='1.0'
;version='1.1'
;color='green'

[Overclock status]
;hold=true
;mode=toggle
toggle_state file_exists /atmosphere/kips/kefir.kip
;toggle_state_condition=path_exists /atmosphere/kips/kefir.kip
on:
try:
notify-now 'Enabling Overclock...'
Expand All @@ -27,7 +27,7 @@ reboot
;hold=true
;mode=toggle
; Перевіряємо значення force_40mb_applet у секції atmosphere
toggle_state ini_val /atmosphere/config/system_settings.ini 'atmosphere' force_40mb_applet u8!0x1
;toggle_state_condition=matching_ini_val /atmosphere/config/system_settings.ini atmosphere force_40mb_applet u8!0x1
on:
try:
notify-now 'Enabling 40MB memory patch...'
Expand All @@ -49,13 +49,13 @@ reboot
;hold=true
;mode=toggle
; Перевіряємо значення fsmitm_redirect_saves_to_sd у секції atmosphere
toggle_visibility ini_val /emummc/emummc.ini 'emummc' enabled 1
toggle_state ini_val /atmosphere/config/system_settings.ini atmosphere fsmitm_redirect_saves_to_sd u8!0x1
delete /config/redirect.bin
;visibility_condition=matching_ini_val /emummc/emummc.ini emummc enabled 1
;toggle_state_condition=matching_ini_val /atmosphere/config/system_settings.ini atmosphere fsmitm_redirect_saves_to_sd u8!0x1
on:
try:
notify-now 'Enabling Saves Redirect...'
set-ini-val /atmosphere/config/system_settings.ini 'atmosphere' fsmitm_redirect_saves_to_sd u8!0x1
delete /config/redirect.bin
reboot
off:
try:
Expand All @@ -69,7 +69,7 @@ reboot
;hold=true
;hold_seconds=3
;warning_on=Only for consoles with physically\nsoldered 8GB RAM, others will\nnot work - error.\n\nTo disable:\nhekate>payloads>TegraExplorer>\nRemove_8GB-RAM_config.te
toggle_state file_exists /tegraexplorer/scripts/Remove_8GB-RAM_config.te
;toggle_state_condition=path_exists /tegraexplorer/scripts/Remove_8GB-RAM_config.te
on:
try:
notify-now 'Enabling 8GB DRAM Mode...'
Expand Down
6 changes: 3 additions & 3 deletions kefir/switch/.packages/package.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;title='Kefir Menu'
;creator='Kefir Team'
;version='1.0'
;version='1.1'
;color='green'

[Settings]
Expand All @@ -22,8 +22,8 @@ package_source './Translate Interface/package.ini'
[Semi-Stock Status]
;hold=true
;mode=toggle
toggle_visibility file_exists /emummc/emummc.ini
toggle_state ini_val /emummc/emummc.ini 'emummc' enabled 0
;visibility_condition=path_exists /emummc/emummc.ini
;toggle_state_condition=matching_ini_val /emummc/emummc.ini emummc enabled 0
on:
try:
notify-now 'Enabling Semi-Stock...'
Expand Down