Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove AR code size limit (#1802) | StraDaMa | 2023-08-27 |
| | | | Co-authored-by: Arisotura <thetotalworm@gmail.com> | ||
* | Introduce `Platform::Log` (#1640) | Jesse Talavera-Greenberg | 2023-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 headers | Arisotura | 2022-01-09 |
| | |||
* | Custom path support (#1333) | Arisotura | 2022-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. baahhahahahah | Arisotura | 2021-11-18 |
| | |||
* | remove some more shitty strings | Arisotura | 2021-11-17 |
| | |||
* | Add support for building with Qt6 (#865) | Nadia Holmquist Pedersen | 2021-04-24 |
| | | | Co-authored-by: WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | ||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | Fix some compiler warnings | WaluigiWare64 | 2021-01-25 |
| | |||
* | (finally) build the goddamn cheat interface | Arisotura | 2020-08-15 |
| | |||
* | lay base for the actual dialog | Arisotura | 2020-08-11 |
also make EmuSettingsDialog properly modal |