UltraHand: added MemSwitcher

Wouldn't make sense for most people, rather for debugging
This commit is contained in:
niklascfw 2026-04-12 00:09:16 +02:00
parent 99136e87ad
commit 149c5042ee
No known key found for this signature in database

View file

@ -0,0 +1,16 @@
;title='Memory Switcher'
;version=1.0.0
;about='Toggles enable_mem_mode in exosphere.ini.'
;color=default
[Settings]
[enable_mem_mode]
;mode=toggle?on
;footer={ini_file(exosphere, enable_mem_mode)}
ini_file /exosphere.ini
on:
set-ini-val /exosphere.ini exosphere enable_mem_mode 1
off:
set-ini-val /exosphere.ini exosphere enable_mem_mode 0
[Package Info]