Ja carrega la ultima paleta seleccionada

This commit is contained in:
2025-03-06 14:07:47 +01:00
parent 68e03ac1b0
commit 982db7f75b
5 changed files with 35 additions and 26 deletions

View File

@@ -270,7 +270,7 @@ bool setOptions(const std::string &var, const std::string &value)
}
else
{
options.video.palette = DEFAULT_PALETTE;
options.video.palette = val;
}
}}};