Add SD card configs

This commit is contained in:
wheremyfoodat 2023-08-19 19:31:40 +03:00
parent 388790b5fd
commit 48b19b2588
2 changed files with 16 additions and 0 deletions
include

View file

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