aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/ROMInfoDialog.cpp
Commit message (Collapse)AuthorAge
* Fix handling of utf16 title strings in ROMInfoDialogRayyan Ansari2022-09-02
| | | | | | Title strings should be null-terminated. Read the string up until this point instead of reading the full 128 characters. (Also fix the .ui file of ROMInfoDialog to prevent it from being too wide.)
* fix copyright headersArisotura2022-03-07
|
* 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
|
* ROM Info dialog - Only read 128 characters from each titleWaluigiWare642021-08-27
| | | | Titles should be zero-terminated, but this is for additional safety
* Audio interpolation (#1176)Arisotura2021-08-08
| | | add audio interpolation (emulation improvement)
* Add ROM Header struct and ROM info dialog (#1095)WaluigiWare642021-07-02