feat(service-menu): pobla VIDEO amb zoom, fullscreen, vsync, AA i postfx

This commit is contained in:
2026-05-24 11:37:36 +02:00
parent 443b461974
commit 71c43ec6fe
7 changed files with 200 additions and 39 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace Defaults::ServiceMenu {
constexpr int HIGHLIGHT_THICKNESS = 1;
constexpr int HIGHLIGHT_PAD_X = 18; // padding lateral del rect respecte al text
constexpr int HIGHLIGHT_PAD_Y = 4; // padding vertical
constexpr int TEXT_INSET_X = 16; // marge intern del text dins del highlight (label esq / valor dre)
// ---- Colors RGBA ----
constexpr SDL_Color BG_COLOR{.r = 0, .g = 12, .b = 24, .a = 215};