diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-08 18:38:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-08 18:38:33 -0800 |
commit | 9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 (patch) | |
tree | 7d254c9b85e2018c79718ab4762d98fbbaf171a8 /default.cfg | |
parent | ce3e0b6afab1258cbe01ab82101f2c0f07a578e6 (diff) |
ROM is now run after being selected in menu. Initial path for menu is read from config file.
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 77dcb52..0bfc664 100644 --- a/default.cfg +++ b/default.cfg @@ -85,5 +85,9 @@ clocks { } } +ui { + rom menu.bin +} + default_region U |