mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user