mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 10:35:29 -05:00
Limit Partner CTR RGB888 3D to 30 FPS
This commit is contained in:
@@ -577,6 +577,8 @@ static void check_close_application(WindowScreen *screen, CaptureData* capture_d
|
||||
static float get_time_multiplier(CaptureData* capture_data, bool should_ignore_data_rate) {
|
||||
if(should_ignore_data_rate)
|
||||
return 1.0;
|
||||
if((capture_data->status.device.cc_type == CAPTURE_CONN_PARTNER_CTR) && get_3d_enabled(&capture_data->status))
|
||||
return 2.0;
|
||||
if(capture_data->status.device.cc_type != CAPTURE_CONN_IS_NITRO)
|
||||
return 1.0;
|
||||
switch(capture_data->status.capture_speed) {
|
||||
|
||||
Reference in New Issue
Block a user