aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/main.h
Commit message (Collapse)AuthorAge
* Polish up archive support (#930)Madhav Kanbur2021-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix directory path when extracting from archive * Don't create new dir in execution dir of melonds * Create it beside the archive instead Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * ArchiveUtil : Use QT functions for I/O * Make it more platform independent, cleaner * Fixes permission related crash on linux Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * NDSCart : Abstract out common code in LoadROM() Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Extract nds roms to memory * Some stuff is still broken in the frontend Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * GBACart : Abstract out common code in LoadROM() Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Extract gba roms to memory Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Integrate archive support with recent files Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * onClickRecentFile : Pause emu thread conditionally * Don't pause at start of the function * If user opens an archive and hits cancel, it won't pause Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Handle Resets when loading from archives * Ask user to pick the rom(s) again (i.e. GBA & NDS) when there are multiple files in the archive(s) * Directly load if only 1 file Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Archive support for drag-n-drop * Also recent files support for drag-n-drop Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * main : Allocate rombuffer objects on stack * Less messy, decreases chances of memory leaks * Underlying implementation of qbytearray uses heap (hopefully?) Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * GetSavestateName : Archive support * Construct ssname from srampath (since rompath has archive name) NOTE: In general, archive name != rom file name !!!!!!!!!! Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Add srl and dsi as "direct-load" formats * Direct-load = anything not in an archive Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Don't use static functions Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Remove QT stuff from Util_ROM * Also, during reset, directly load file from archive (no rom picker) Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Remove QT includes from FrontendUtil.h Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Util_ROM/LoadROM() : Use SetupDSiNAND() Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Util_ROM/Reset() : Use strrchr() Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Util_ROM : Put Archive stuff behind ifdefs Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * main: Set parent widget for archive dialog boxes Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Revert "Util_ROM/Reset() : Use strrchr()" This reverts commit c8af6f066f6aa15e5557e478417edb125cad0809.
* 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