mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-11 18:15:24 -05:00
Implement partner CTR menu
This commit is contained in:
@@ -371,8 +371,11 @@ struct CaptureStatus {
|
||||
bool key_updated = false;
|
||||
CaptureScreensType capture_type;
|
||||
CaptureSpeedsType capture_speed;
|
||||
int battery_percentage;
|
||||
bool ac_adapter_connected;
|
||||
int is_battery_percentage;
|
||||
bool is_ac_adapter_connected;
|
||||
int partner_ctr_battery_percentage;
|
||||
bool partner_ctr_ac_adapter_connected;
|
||||
bool partner_ctr_ac_adapter_charging;
|
||||
// Needed for possible compatibility issues
|
||||
bool devices_allowed_scan[CC_POSSIBLE_DEVICES_END];
|
||||
ConsumerMutex video_wait;
|
||||
|
||||
Reference in New Issue
Block a user