mirror of
https://github.com/XITRIX/Moonlight-Switch.git
synced 2026-04-30 11:42:28 +00:00
USE_DEKO3D as default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user