forked from eden-emu/eden
settings: File selector & other settings
First of all, TASing requires a script to play back. The user can select the parent directory at `System -> Filesystem`, next to an option to pause TAS during loads: This requires a "hacky" setup deeper in the code and will be added in the last commit. Also, Hotkeys are being introduced: CTRL+F5 for playback start/stop, CTRL+F6 for re-reading the script and CTRL+F7 for recording a new script.
This commit is contained in:
parent
b42c3ce21d
commit
f25d6ebc45
9 changed files with 104 additions and 2 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
Gamecard,
|
||||
Dump,
|
||||
Load,
|
||||
TAS,
|
||||
};
|
||||
|
||||
void SetDirectory(DirectoryTarget target, QLineEdit* edit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue