TrustedUser
2,147
edits
(→Event struct: -- fix code highlighting) |
(→General: update auto-detect idea) |
||
Line 78: | Line 78: | ||
./scummvm --remove new_target | ./scummvm --remove new_target | ||
* Maybe allow launching games even if no target is specified? I.e. the user only has to specify a path (or run ScummVM from the right directory), and ScummVM auto-detects the game in that location | * Maybe allow launching games even if no target is specified? I.e. the user only has to specify a path (or run ScummVM from the right directory), and ScummVM auto-detects the game in that location | ||
./scummvm --auto-detect | ./scummvm --path=/path/to/game/files --auto-detect | ||
Such a --auto-detect command has already been added, but currently it only prints the list of detected games to the standard output and does not start them. | |||
* The following things should be put into namespaces: | * The following things should be put into namespaces: | ||
** MIDI related classes either to Audio, or a new "MIDI" namespace | ** MIDI related classes either to Audio, or a new "MIDI" namespace |