mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 02:25:28 -05:00
Add support for Optimize N3DSv2 Capture cards
This commit is contained in:
@@ -36,6 +36,14 @@ void ConnectionMenu::set_output_option(int index, int action) {
|
||||
this->selected_index = index;
|
||||
}
|
||||
|
||||
float ConnectionMenu::get_option_text_factor(int index) {
|
||||
if(index < 0)
|
||||
return 1.0f;
|
||||
if(index >= ((int)this->get_num_options()))
|
||||
return 1.0f;
|
||||
return 0.85f;
|
||||
}
|
||||
|
||||
size_t ConnectionMenu::get_num_options() {
|
||||
return this->devices_list->size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user