Initial CPP implementation

This commit is contained in:
wheremyfoodat 2025-06-30 01:33:32 +03:00
parent ce356c6e61
commit 382c0f953d
14 changed files with 658 additions and 184 deletions

View file

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