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
Config: Port remaining Core settings to new config system (part 2). #10349
Conversation
|
|
||
| const bool sd_card_inserted = Config::Get(Config::MAIN_WII_SD_CARD); | ||
| if ((sd_card_inserted && m_event->type == EVENT_INSERT) || | ||
| (!sd_card_inserted && m_event->type == EVENT_REMOVE)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be cool if we could make this code use callbacks to detect the SD card being inserted/ejected instead of needing to manually call this EventNotify function. In particular, it would make it possible to insert/eject SD cards during emulation on Android. But we can save that for another PR.
769c7f9
to
eb5bb29
Compare
|
FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:
automated-fifoci-reporter |
The next one of these.