mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-08 13:14:49 +12:00
Add SD card configs
This commit is contained in:
parent
388790b5fd
commit
48b19b2588
2 changed files with 16 additions and 0 deletions
include
|
@ -9,6 +9,9 @@ struct EmulatorConfig {
|
|||
bool discordRpcEnabled = false;
|
||||
RendererType rendererType = RendererType::OpenGL;
|
||||
|
||||
bool sdCardInserted = true;
|
||||
bool sdWriteProtected = 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