auto switch ds mode

This commit is contained in:
awalol
2026-05-07 23:00:19 +08:00
parent 8bb0c816df
commit 6ded3361f9
4 changed files with 23 additions and 4 deletions
+3
View File
@@ -28,6 +28,9 @@
#include "config.h"
bool ds_mode() {
if (get_config().controller_mode == 2) {
return !is_dse;
}
return get_config().controller_mode == 0;
}