Add helper methods for 3d support

This commit is contained in:
Lorenzooone
2025-03-21 22:41:41 +01:00
parent bfaf6d3650
commit 488f2e0685
7 changed files with 54 additions and 10 deletions

View File

@@ -211,7 +211,7 @@ struct CaptureStatus {
volatile bool close_success = true;
volatile int curr_delay = 0;
volatile bool reset_hardware = false;
bool enabled_3d = false;
bool requested_3d = false;
CaptureScreensType capture_type;
CaptureSpeedsType capture_speed;
int battery_percentage;