mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add portable build option
This commit is contained in:
parent
1f8194dfa3
commit
20b692ae72
3 changed files with 16 additions and 3 deletions
|
@ -11,6 +11,7 @@ struct EmulatorConfig {
|
|||
|
||||
bool sdCardInserted = true;
|
||||
bool sdWriteProtected = false;
|
||||
bool usePortableBuild = false;
|
||||
|
||||
bool chargerPlugged = true;
|
||||
// Default to 3% battery to make users suffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue