Commit graph

8 commits

Author SHA1 Message Date
Gwenhael Le Moine
5714377466
embed lua to load configuration file
- add --print-config option to output config to stdout
- config file name is config.lua and is look for under
  --state-dir (default: $XDG_CONFIG_DIR/saturnMODEL/)
- wrapper scripts will automatically create config file if needed
- lua version is configurable at build time by passing LUA_VERSION=XX
  to make. XX is lua by default but for example can be luajit
- command-line option have higher priority over config file
2024-10-09 15:24:23 +02:00
Gwenhael Le Moine
e16ffb80ab
fix grep 2024-10-06 10:52:58 +02:00
Gwenhael Le Moine
b2c760a1a2
silencing stderr unless --verbose the easy way 2024-10-06 10:15:56 +02:00
Gwenhael Le Moine
6fa664257c
name back to saturn; store data in ~/.config/..; guard before downloading rom 2024-09-26 14:49:57 +02:00
Gwenhael Le Moine
becc8d8e7f
rename to sb4xng, remove obsolete files 2024-09-26 14:19:49 +02:00
Gwenhael Le Moine
6caf83e02c
A small hack allows loading 48SX ROMs 2024-09-25 14:41:48 +02:00
Gwenhael Le Moine
a71472b997
48SX is in fact not supported 2024-08-25 17:30:01 +02:00
Gwenhael Le Moine
ec262ca0d1
@PREFIX@ & saturn48sx 2024-08-25 17:26:24 +02:00