style: 🎨 no need for console list
All checks were successful
retro / xml (push) Successful in 8s
retro / php (push) Successful in 55s
retro / nodejs (push) Successful in 47s
retro / release (push) Has been skipped

This commit is contained in:
Michel Roux 2025-01-04 22:48:20 +01:00
parent 68614fc9bd
commit 0b09553421

View File

@ -57,28 +57,7 @@ type Config = {
backgroundImg?: string
backgroundBlur?: boolean
backgroundColor?: string
controlScheme?:
| 'nes'
| 'gb'
| 'gba'
| 'snes'
| 'n64'
| 'gba'
| 'nds'
| 'vb'
| 'segaMD'
| 'segaCD'
| 'sega32x'
| 'segaMS'
| 'segaGG'
| 'segaSaturn'
| '3do'
| 'atari2600'
| 'atari7800'
| 'lynx'
| 'jaguar'
| 'arcade'
| 'mame'
controlScheme?: string
threads?: boolean
disableCue?: boolean
startBtnName?: string