mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-11 18:15:24 -05:00
Add support for Optimize N3DSv2 Capture cards
This commit is contained in:
@@ -2469,6 +2469,9 @@ void WindowScreen::poll(bool do_everything) {
|
||||
case USBCONRESO_MENU_OPTI_O3DS:
|
||||
this->devices_allowed_change(CC_OPTIMIZE_O3DS);
|
||||
break;
|
||||
case USBCONRESO_MENU_OPTI_N3DSV2:
|
||||
this->devices_allowed_change(CC_OPTIMIZE_N3DSV2);
|
||||
break;
|
||||
case USBCONRESO_MENU_OPTI_O2DS:
|
||||
this->devices_allowed_change(CC_OPTIMIZE_O_O2DS);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user