mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Improved git versioning
This commit is contained in:
parent
dfc7b59de2
commit
c694ce9a25
6 changed files with 32 additions and 6 deletions
|
@ -40,6 +40,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;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#define PANDA3DS_VERSION "${PANDA3DS_VERSION}"
|
Loading…
Add table
Add a link
Reference in a new issue