aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/ROMInfoDialog.ui
Commit message (Collapse)AuthorAge
* Add support for saving animated iconsRayyan Ansari2023-11-23
| | | | | Add support for exporting animated DSi icons as GIF using the header-only gif.h library.
* 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.)
* Audio interpolation (#1176)Arisotura2021-08-08
| | | add audio interpolation (emulation improvement)
* Add ROM Header struct and ROM info dialog (#1095)WaluigiWare642021-07-02