Merge pull request #767 from wheremyfoodat/cpp

Initial support for CirclePad Pro/New 3DS controls
This commit is contained in:
wheremyfoodat 2025-07-03 03:39:12 +03:00 committed by GitHub
commit 2e148ae997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 872 additions and 252 deletions

View file

@ -81,6 +81,7 @@ struct EmulatorConfig {
bool sdCardInserted = true;
bool sdWriteProtected = false;
bool circlePadProEnabled = true;
bool usePortableBuild = false;
bool audioEnabled = audioEnabledDefault;