aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/main.h
Commit message (Collapse)AuthorAge
* 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 Open ROM inside Archive functionWaluigiWare642021-01-07
| | | | instead of using file extensions
* 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 functionality to import savefilesRSDuck2020-09-11
|
* Add support for fullscreen hotkey (#748)WaluigiWare642020-09-06
|
* lay base for the actual dialogArisotura2020-08-11
| | | | also make EmuSettingsDialog properly modal
* fix some pause bugsArisotura2020-07-31
|
* reconcile DSi and JIT, fastmem for x64 and WindowsRSDuck2020-06-30
|
* finish the wifi dialogArisotura2020-05-28
| | | | also guess who the idiot is who forgot to add their files
* * rework GPU's settings interface, make it config-agnosticArisotura2020-05-28
| | | | | * make video settings dialog functional, sorta * fix dialogs that were resizable
* we don't need a GLShim.Arisotura2020-05-27
| | | | | | blarg. I don't understand this anymore.
* * use GL shim window instead of offscreen surfaceArisotura2020-05-27
| | | | * disable vsync by default (we'll take care of it later)
* get the OpenGL renderer going.Arisotura2020-05-25
| | | | | | sorta. (also make the blackmagic_II branch obsolete in the process)
* get the whole OpenGL shit goingArisotura2020-05-25
|
* get the GL shit goingArisotura2020-05-25
|
* separate screen handling shit to a specialized classArisotura2020-05-24
|
* * safer window updateArisotura2020-05-22
| | | | * only do auto screen sizing if needed
* add screen layout systemArisotura2020-05-21
|
* * add audio settings dialogArisotura2020-05-21
| | | | * attempt at betterer mic noise that doesn't work worth a damn
* hook up pause and reset, w/ relevant hotkeysArisotura2020-05-20
|
* finish fleshing out the menusArisotura2020-05-20
|
* add drag-drop supportArisotura2020-05-20
|
* basic touchscreen supportArisotura2020-05-19
|
* actually hook up input to the coreArisotura2020-05-19
| | | | also unbotch CMakeLists.txt
* actually complete the input config dialogArisotura2020-05-19
|
* distinguish left/right Ctrl and ShiftArisotura2020-05-19
|
* input dialog progress.Arisotura2020-05-19
|
* begin adding input dialogArisotura2020-05-17
|
* verify BIOS and firmware before booting games/firmwareArisotura2020-05-17
|
* miserable little attempt at adding a dialogArisotura2020-05-17
|
* accept mouse eventsArisotura2020-05-16
|
* some more UI workArisotura2020-04-30
|
* hook up savestate shitoArisotura2020-04-29
|
* add menu items for running the firmware and for quitting.Arisotura2020-04-28
|
* FPS counter is backArisotura2020-04-27
|
* now with display!Arisotura2020-04-27
|
* 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
* get a Qt window showing up. 'tis a start, I guess.Arisotura2020-04-25
|
* welpArisotura2020-04-14