USE_DEKO3D as default

This commit is contained in:
XITRIX
2026-02-19 19:53:11 +01:00
parent faf2f73d37
commit 1378130a85
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -33,10 +33,10 @@ jobs:
- name: Run cmake
continue-on-error: true
run: cmake -B build/switch -DPLATFORM_SWITCH=ON
run: cmake -B build/switch -DPLATFORM_SWITCH=ON -DUSE_DEKO3D=ON
- name: Dirty second cmake run
run: cmake -B build/switch -DPLATFORM_SWITCH=ON
run: cmake -B build/switch -DPLATFORM_SWITCH=ON -DUSE_DEKO3D=ON
- name: Run build
run: make -C build/switch Moonlight.nro -j8
+2 -2
View File
@@ -78,9 +78,9 @@ SettingsTab::SettingsTab() {
"30",
"40",
"60",
#if !defined(PLATFORM_SWITCH)
// #if !defined(PLATFORM_SWITCH)
"120",
#endif
// #endif
};
fps->setText("settings/fps"_i18n);
fps->setData(fpss);