aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/CheatsDialog.cpp
Commit message (Collapse)AuthorAge
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
| | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build
* update copyright yearsArisotura2023-11-04
|
* remove AR code size limit (#1802)StraDaMa2023-08-27
| | | Co-authored-by: Arisotura <thetotalworm@gmail.com>
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
| | | | | | | | | | | | | * Add Platform::Log and Platform::LogLevel * Replace most printf calls with Platform::Log calls * Move a brace down * Move some log entries to one Log call - Some implementations of Log may assume a full line * Log the MAC address as LogLevel::Info
* update copyright headersArisotura2022-01-09
|
* Custom path support (#1333)Arisotura2022-01-07
| | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
* finally decouple Config from the core. baahhahahahahArisotura2021-11-18
|
* remove some more shitty stringsArisotura2021-11-17
|
* Add support for building with Qt6 (#865)Nadia Holmquist Pedersen2021-04-24
| | | Co-authored-by: WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* Fix some compiler warningsWaluigiWare642021-01-25
|
* (finally) build the goddamn cheat interfaceArisotura2020-08-15
|
* lay base for the actual dialogArisotura2020-08-11
also make EmuSettingsDialog properly modal