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

Implement console specific Settings class #5

Open
acmeplus opened this issue Oct 29, 2023 · 0 comments
Open

Implement console specific Settings class #5

acmeplus opened this issue Oct 29, 2023 · 0 comments

Comments

@acmeplus
Copy link
Contributor

Currently the Settings class manages all the settings for the different elements whether those are general or console specific (volume, brightness, fps, theme selection, etc.).

Desired implementation:

  • The parent Settings class should implement pure virtual functions for any settings that may have platform specific implementation. For instance, brightness control may be different in the RG35XX than it is in the M17.
  • The console specific Settings class will override the console specific settings and change the default implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant