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

Devolution config update #414

Open
Fabax01 opened this issue Feb 10, 2025 · 0 comments
Open

Devolution config update #414

Fabax01 opened this issue Feb 10, 2025 · 0 comments

Comments

@Fabax01
Copy link

Fabax01 commented Feb 10, 2025

gc.hpp
|updated| #define DEVO_CONFIG_VERSION 0x0201
// option flags
#define DEVO_CONFIG_WIFILOG (1<<0)
#define DEVO_CONFIG_WIDE (1<<1)
#define DEVO_CONFIG_NOLED (1<<2)
|added| #define DEVO_CONFIG_FZERO_AX (1<<3)
|added| #define DEVO_CONFIG_TIMER_FIX (1<<4)
|added| #define DEVO_CONFIG_D_BUTTONS (1<<5)
|added| #define DEVO_CONFIG_CROP_OVERSCAN (1<<6)
|added| #define DEVO_CONFIG_DISC_DELAY (1<<7)
|added| #define DEVO_CONFIG_PLAYLOG (1<<8)
|added| #define DEVO_CONFIG_FORCE_480P (1<<9)
|added| #define DEVO_CONFIG_FORCE_576P (1<<10)


gc.cpp
//Crappy way to test (all options works), uncomment to enable...
// new settings for devolution
//DEVO_CONFIG->options |= DEVO_CONFIG_FZERO_AX;
//DEVO_CONFIG->options |= DEVO_CONFIG_TIMER_FIX;
//DEVO_CONFIG->options |= DEVO_CONFIG_D_BUTTONS;
//DEVO_CONFIG->options |= DEVO_CONFIG_CROP_OVERSCAN;
//DEVO_CONFIG->options |= DEVO_CONFIG_DISC_DELAY;
//DEVO_CONFIG->options |= DEVO_CONFIG_PLAYLOG;
//DEVO_CONFIG->options |= DEVO_CONFIG_FORCE_480P;
//DEVO_CONFIG->options |= DEVO_CONFIG_FORCE_576P;

All is needed now is to make a more permanent & classy solution ex. make menu changes & declare bool correctly instead of commented out hardcode, like "wifi" "activityled" built in options.

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