aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/PlatformConfig.h
Commit message (Collapse)AuthorAge
* Audio interpolation (#1176)Arisotura2021-08-08
| | | add audio interpolation (emulation improvement)
* Add "frame step" hotkey and function (#1119)cat2021-06-05
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* more screen modesRSDuck2021-01-24
| | | | | - add support for different aspect ratios - add support for displaying only one screen at once
* Add option to pause emulation when focus is lostWaluigiWare642021-01-22
| | | | Fixes #875
* Add option to hide mouse on inactivity (#955)WaluigiWare642021-01-21
| | | Also allow user to specify how long to wait before hiding
* Add hotkey to swap screens (#953)gal202021-01-18
|
* implement swapping the position of both screensRSDuck2021-01-17
| | | | closes #855
* Add option to open recent filesMadhav Kanbur2020-12-30
| | | | | | | * Remember last 10 roms in config * Clear button for clearing list Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
* Add support for fullscreen hotkey (#748)WaluigiWare642020-09-06
|
* * fix build errorArisotura2020-08-24
| | | | | * make betterer polygon splitting an option * add GL_LEQUAL depth test for 'equal' mode, might help
* (finally) build the goddamn cheat interfaceArisotura2020-08-15
|
* add DSi-mode settingsArisotura2020-06-01
|
* populate the dialog.Arisotura2020-05-28
| | | | also add setting for vsync interval.
* populate the menus with the config dataArisotura2020-05-20
|
* actually hook this upArisotura2020-05-17
|
* add config entries for BIOS/firmware pathsArisotura2020-05-17
|
* get some of the shit going, I guessArisotura2020-04-27
atleast the emuthread is going and we have its control system down and other fun shit, too