grpahics: fix borderless for ddr/gitadora (#638)

## Link to GitHub Issue or related Pull Request, if one exists
n/a

## Description of change
Allow DDR to be launched in borderless window (honor the spicecfg
option).

Prevent Gitadora arena model from changing the window decoration once
launched as it hangs the game.

## Testing
Tested 32/64bit ddr, gitadora arena.
This commit is contained in:
bicarus
2026-04-14 18:11:42 -07:00
committed by GitHub
parent 0fc430ceb3
commit a8419bbaa0
3 changed files with 13 additions and 7 deletions
@@ -213,7 +213,7 @@ namespace overlay::windows {
ImGui::SameLine();
ImGui::HelpMarker(
"Change window decoration. Resizable Window may not cause your mouse cursor to change, "
"but you can still drag to resize. Disabled for some games due to incompatibility.");
"but you can still drag to resize. Disabled for some games due to incompatibility; change in spicecfg instead.");
if (ImGui::Checkbox("Always On Top", &cfg::SCREENRESIZE->window_always_on_top) ) {
graphics_update_z_order(window, cfg::SCREENRESIZE->window_always_on_top);