feat(display): add display mode remapping option (#3529)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Lukas Senionis
2025-01-12 21:14:20 +02:00
committed by GitHub
parent 012a99c26d
commit 1b94e9339a
11 changed files with 701 additions and 35 deletions

View File

@@ -11,7 +11,6 @@ import Checkbox from "../../Checkbox.vue";
const props = defineProps([
'platform',
'config',
'min_fps_factor',
])
const config = ref(props.config)
@@ -95,7 +94,6 @@ const config = ref(props.config)
<DisplayModesSettings
:platform="platform"
:config="config"
:min_fps_factor="min_fps_factor"
/>
</div>