aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/DlgVideoSettings.cpp
Commit message (Collapse)AuthorAge
* fix potential crash when switching video output methodsStapleButter2019-05-31
|
* for config dialogs that reflect changes instantly, make behavior of window ↵Arisotura2019-05-25
| | | | close button consistent with that of Cancel button
* close any opened dialogs when closing the main windowArisotura2019-05-25
|
* * remove old 'threaded 3D' setting from emu settings dialogArisotura2019-05-25
| | | | * remove 'antialiasing' for now
* properly recreate window based on changes to either video output method or ↵Arisotura2019-05-24
| | | | 3D renderer
* more code botchingArisotura2019-05-24
| | | | | | it's less shitty tho but still has bugs
* welp.Arisotura2019-05-21
| | | | progress
* resolution switch somewhat functionalArisotura2019-05-12
|
* don't scale the screen gapArisotura2019-05-12
|
* split framebuffer.Arisotura2019-05-12
| | | | | setup doublebuffering inside GPU.cpp. avoid copying a whole framebuffer every frame. better performance at higher res.
* draft video settings dialog with the envisioned featuresArisotura2019-05-11
|
* welpArisotura2019-05-11