aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/TitleManagerDialog.cpp
Commit message (Collapse)AuthorAge
* 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
* Allow import/export of .pub/.prv/.bnr saves (#1558)Pk112022-11-07
|
* properly make the DSi NAND instance-uniqueArisotura2022-09-23
|
* 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
|
* use NDSHeader struct, and expand it with the DSi shitArisotura2021-08-26
|
* fix capitalization of DSiWare. hehArisotura2021-08-25
|
* having fun with fatfs (#1189)Arisotura2021-08-24
* patch TSC coords in DSi mode * DSiware importer and shit