Add support for Optimize N3DSv2 Capture cards

This commit is contained in:
Lorenzooone
2026-05-31 20:41:43 +02:00
parent 52644d9cfd
commit 286c138fb1
9 changed files with 103 additions and 9 deletions

View File

@@ -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;