Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow command line settings to be stored in file #21

Closed
djhworld opened this issue May 18, 2013 · 1 comment
Closed

Allow command line settings to be stored in file #21

djhworld opened this issue May 18, 2013 · 1 comment

Comments

@djhworld
Copy link
Owner

At the moment you have to start the emulator with a bunch of command line flags

I often use the same ones every time (e.g. -noboot and -size 2)

Would be nice to be able to store these into a file that is parsed at startup, with any flags provided on the command line acting as overrides.

Could also use this file to store stuff like the keyboard layout settings as well

This could possibly be combined into #19. with the settings stored in a database rather than a file. Although that would mean I would have to write something to allow you to maintain the database too....

@djhworld
Copy link
Owner Author

Done, settings can now be stored in a JSON file (see commit e1e6e88)

If flags are provided on the command line then they take precedence over whatever is in the settings file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant