mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 10:35:29 -05:00
Add support for Optimize N3DSv2 Capture cards
This commit is contained in:
@@ -253,7 +253,7 @@ static std::string get_data_format_name(bool request_low_bw_format) {
|
||||
}
|
||||
|
||||
float Optimize3DSMenu::get_option_text_factor(int index) {
|
||||
if(index <= 0)
|
||||
if(index < 0)
|
||||
return 1.0f;
|
||||
if(index >= ((int)this->num_enabled_options))
|
||||
return 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user