Merge branch 'master' into shader-decomp

This commit is contained in:
wheremyfoodat 2024-08-20 13:47:08 +03:00
commit 73a5d44978
8 changed files with 65 additions and 4 deletions

View file

@ -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;