aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/Platform.cpp
Commit message (Expand)AuthorAge
* Attempt to get rid of leftover QSharedMemory instance after crashNadia Holmquist Pedersen2023-12-22
* Remove the last `ConfigEntry` state (#1902)Jesse Talavera2023-12-05
* Refactor how save data (including SD cards) is initialized (#1898)Jesse Talavera2023-12-04
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* update copyright yearsArisotura2023-11-04
* get this started: refactor SPI in OOPArisotura2023-11-03
* RTC revamp (#1867)Arisotura2023-10-30
* Miscellaneous DSi NAND fixes (#1852)Jesse Talavera-Greenberg2023-10-24
* GDB stub (#1583)PoroCYon2023-10-22
* Refactor DSi_NAND (#1844)Jesse Talavera-Greenberg2023-10-11
* Refactor the core's handling of firmware and BIOS images to rely less on the ...Jesse Talavera-Greenberg2023-09-18
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* DSi: add option to boot the full boot ROMs (#1581)PoroCYon2023-07-16
* actually rename that settingNadia Holmquist Pedersen2023-06-24
* pointless micro optimisationsRSDuck2023-04-28
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* actual DSi camera support (#1520)Arisotura2022-10-02
* merge local_wifi (#1516)Arisotura2022-09-22
* nifi: Set SO_REUSEPORT on BSD and macOS to prevent creation of socket failingNadia Holmquist Pedersen2022-01-12
* update copyright headersArisotura2022-01-09
* Custom path support (#1333)Arisotura2022-01-07
* move 'randomize MAC' setting to firmware settings, and add setting for changi...Arisotura2021-11-19
* finally decouple Config from the core. baahhahahahahArisotura2021-11-18
* decouple more config shit from the core. bahahahArisotura2021-11-17
* remove some more shitty stringsArisotura2021-11-17
* * remove more Config dependencies from the coreArisotura2021-11-17
* decouple JIT from Config. bahahahahahArisotura2021-11-17
* DLDI/SD folder-sync apparatus (#1251)Arisotura2021-10-28
* update copyright year and add missing GPL headersRSDuck2021-03-12
* Include winsock2.h before windows.hWaluigiWare642021-02-23
* Remove unneeded OpenGL loading function code (#1006)WaluigiWare642021-02-17
* use std::function in Thread_Create so we can revert back to using itRSDuck2021-02-11
* Improved SRAM performance (#925)Kimmy Andersson2021-01-09
* Merge vram dirty trackingRSDuck2020-11-30
* make platform objects typesafer and add mutexRSDuck2020-11-09
* hehArisotura2020-09-04
* fix config file lookup. fixes #717Arisotura2020-08-24
* fix unterminated string + remove some JIT loggingRSDuck2020-07-29
* Use GenericConfigLocation so files will be placed correctly in non-portable W...Nadia Holmquist Pedersen2020-06-03
* Fix paths on WindowsNadia Holmquist Pedersen2020-06-03
* Handle open flags more correctlyNadia Holmquist Pedersen2020-06-03
* Fix _dup on windowsNadia Holmquist Pedersen2020-06-03
* Fix indentationNadia Holmquist Pedersen2020-06-03
* Handle r+ file modeNadia Holmquist Pedersen2020-06-03
* Merge remote-tracking branch 'remotes/upstream/master' into feature/qt-platformNadia Holmquist Pedersen2020-06-03
|\
| * finish the wifi dialogArisotura2020-05-28
| * get the OpenGL renderer going.Arisotura2020-05-25
| * reimplement StopArisotura2020-05-20
| * keep the ugliness confined in Platform.cppArisotura2020-05-19
| * minor fixArisotura2020-05-17