mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 02:25:28 -05:00
Implement partner CTR menu
This commit is contained in:
@@ -1131,7 +1131,7 @@ void update_connected_3ds_ds(FrontendData* frontend_data, const CaptureDevice &o
|
||||
}
|
||||
|
||||
void update_connected_specific_settings(FrontendData* frontend_data, const CaptureDevice &cc_device) {
|
||||
if((cc_device.cc_type == CAPTURE_CONN_IS_NITRO) || (cc_device.cc_type == CAPTURE_CONN_CYPRESS_OPTIMIZE)) {
|
||||
if((cc_device.cc_type == CAPTURE_CONN_IS_NITRO) || (cc_device.cc_type == CAPTURE_CONN_CYPRESS_OPTIMIZE) || (cc_device.cc_type == CAPTURE_CONN_PARTNER_CTR)) {
|
||||
frontend_data->top_screen->update_capture_specific_settings();
|
||||
frontend_data->bot_screen->update_capture_specific_settings();
|
||||
frontend_data->joint_screen->update_capture_specific_settings();
|
||||
|
||||
Reference in New Issue
Block a user