mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 03:21:38 +12:00
Merge branch 'master' into shader-decomp
This commit is contained in:
commit
73a5d44978
8 changed files with 65 additions and 4 deletions
|
@ -42,6 +42,9 @@ struct EmulatorConfig {
|
|||
bool audioEnabled = false;
|
||||
bool vsyncEnabled = true;
|
||||
|
||||
bool printAppVersion = true;
|
||||
bool appVersionOnWindow = false;
|
||||
|
||||
bool chargerPlugged = true;
|
||||
// Default to 3% battery to make users suffer
|
||||
int batteryPercentage = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue