Commit graph

5392 commits

Author SHA1 Message Date
Leon Styhre 6ef710e007 Documentation update 2023-03-26 19:56:58 +02:00
Leon Styhre 5bffcf887c Added scrollable text container support to the system view 2023-03-26 19:38:30 +02:00
Leon Styhre 8545c619ed Fixed an issue where the scissor box size in ScrollableContainer was sometimes not calculated correctly 2023-03-26 19:29:35 +02:00
Leon Styhre 8384b714ac Added the .app file extensions to the nds system (for DSiWare games) 2023-03-26 16:02:27 +02:00
Leon Styhre eede78daf7 Added logic for handling local theme repository changes to GuiThemeDownloader 2023-03-23 21:51:29 +01:00
Leon Styhre 08ca3d8f4b Documentation update 2023-03-23 21:06:15 +01:00
Leon Styhre bd37fc8146 Added 'Shortcut or script' as an alternative emulator for the arcade and mame systems 2023-03-23 21:04:30 +01:00
Leon Styhre 7ca665bdf1 Added disabling of manually downloaded themes to GuiThemeDownloader 2023-03-23 20:44:58 +01:00
Leon Styhre e1c78f1932 Fixed a small rounding issue in GuiThemeDownloader 2023-03-22 22:40:14 +01:00
Leon Styhre 9106013ade Bumped the version to 2.0.1 2023-03-22 21:11:41 +01:00
Leon Styhre d8dd76ca99 Documentation update 2023-03-22 21:02:00 +01:00
Leon Styhre 6aa599aac9 Turned GuiThemeDownloader into a working prototype 2023-03-22 20:56:48 +01:00
Leon Styhre c8f318b344 (macOS) Added the libgit2 library as a dependency 2023-03-22 00:17:26 +01:00
Leon Styhre b5d1dfe8ef (Windows) Added a missing libgit2 library file when building using MSVC 2023-03-21 23:25:25 +01:00
Leon Styhre f110c097a2 (Windows) Fixed a regression that made .bat and .lnk files with some special characters impossible to launch 2023-03-21 23:23:00 +01:00
Leon Styhre 38980ffd44 (Windows) Added the libgit2 library as a dependency 2023-03-21 23:22:07 +01:00
Leon Styhre 905b8c021c Added libgit2 support to GuiThemeDownloader as well as the ability to clone the themes-list repository 2023-03-21 19:01:44 +01:00
Leon Styhre 0939e5f05b Added support for changing the BusyComponent text dynamically 2023-03-21 18:35:43 +01:00
Leon Styhre 32db3d78b1 (Unix) Added the libgit2 library as a dependency 2023-03-21 17:24:24 +01:00
Leon Styhre 6347ec9a3d Any theme directories with names ending with disabled (regardless of case) are now ignored 2023-03-21 17:22:17 +01:00
Leon Styhre bfc59b9310 Documentation update 2023-03-12 16:53:43 +01:00
Leon Styhre ad7ad5afb6 (macOS) Updated download links for the reuploaded packages 2023-03-12 16:10:54 +01:00
Leon Styhre 57ee6907cc Some small changes to the changelog 2023-03-12 12:26:06 +01:00
Leon Styhre 1323061e3b Documentation update 2023-03-12 12:23:42 +01:00
Leon Styhre 608d8a3c09 Fixed several container overflows in GuiTextEditKeyboardPopup that could lead to rare crashes when running on an ARM processor 2023-03-12 12:13:49 +01:00
Leon Styhre f8dc7559ce Fixed a container overflow in ViewController that could lead to a rare crash when using an ARM processor 2023-03-12 12:09:05 +01:00
Leon Styhre 60b958665f (macOS) Fixed an error log entry about a nonexistent ShowQuitMenu setting when opening the main menu 2023-03-12 12:05:31 +01:00
Leon Styhre 60c172b2d8 Added download links to the 2.0.0 release 2023-03-11 17:48:35 +01:00
Leon Styhre c0ea3066d3 Documentation update for the 2.0.0 release 2023-03-11 16:54:52 +01:00
Leon Styhre 8ab6552429 Bumped the version to 2.0.0 2023-03-11 13:38:38 +01:00
Leon Styhre 1b6f87af29 Added support for the Ava release of Ryujinx for the switch system on Linux and Windows 2023-03-11 09:20:19 +01:00
Leon Styhre 7b58d3256a Added a format exception to get around a clang-format bug. 2023-03-09 21:11:08 +01:00
Lubosz Sarnecki aae8eee6d0 VideoFFmpegComponent: Fix build with FFMpeg 6.0.
Version 58 of libav removes the deprecated enums AV_CODEC_CAP_TRUNCATED
and AV_CODEC_FLAG_TRUNCATED, just don't use these. They are "redunant
with parsers".
See https://github.com/FFmpeg/FFmpeg/commit/dd846bc4a91

The struct member `pkt_duration` was also deprecatred in favor of
`duration`.
See https://github.com/FFmpeg/FFmpeg/commit/4397f9a5a0

Remove LIBAVUTIL_VERSION_MINOR requirement in branches for FFmpeg 5.1+,
as they also apply for 6.0.
2023-03-09 11:26:01 +01:00
Leon Styhre f89ad4911b Documentation update. 2023-03-08 20:11:21 +01:00
Leon Styhre eb9cc282a8 Fixed an incorrect cropSize calculation which sometimes triggered an assertion. 2023-03-08 19:47:30 +01:00
Leon Styhre 787164b438 Changed some log output messages when handling the %INJECT% variable on game launch. 2023-03-07 18:02:04 +01:00
Leon Styhre d88143bbed (Unix) Changed the prefix injection extension from .prefix to .esprefix 2023-03-07 18:00:04 +01:00
Leon Styhre 981f0ad238 (Linux) Added .prefix file injections to the Dolphin, PrimeHack, Triforce, Yuzu and xemu standalone emulators. 2023-03-06 23:28:14 +01:00
Leon Styhre 1b902311c5 Documentation update. 2023-03-06 19:44:32 +01:00
Leon Styhre 03a44249af Expanded the random system or game button from an on/off entry to a selection of games only, games and systems or disabled. 2023-03-06 19:27:59 +01:00
Leon Styhre ee9d3cacc8 Updated the dummy ROMs archives with all the latest systems. 2023-03-06 18:22:27 +01:00
Leon Styhre 1196305252 Added Gopher2600 standalone as an alternative emulator for the atari2600 system on Unix and Windows. 2023-03-06 18:06:37 +01:00
Leon Styhre b51aaf0879 Added Stella standalone as an alternative emulator for the atari2600 system. 2023-03-06 17:47:40 +01:00
Leon Styhre 82784f3847 Added Fuse standalone as an alternative emulator for the zxspectrum system. 2023-03-06 17:14:51 +01:00
Leon Styhre 230fb227af Added download links to the 2.0.0-beta-2023-03-05 release. 2023-03-05 21:03:50 +01:00
Leon Styhre f99552a458 Fixed an issue where cursor callbacks were not always executed in CarouselComponent.
Also added an immediate return from onDemandTextureLoad() in the carousel and grid components if there are no entries.
2023-03-05 17:51:16 +01:00
Leon Styhre e96cbc52f9 Carousel fastScrolling is now disabled if there are less than three entries. 2023-03-05 17:37:24 +01:00
Leon Styhre e94235ec63 (slate-es-de) Small adjustment to the carousel text size for the 16:9_vertical aspect ratio. 2023-03-05 13:42:56 +01:00
Leon Styhre 57a6747bf4 Fixed an issue where the game count info text would sometimes pop in during initial system view navigation. 2023-03-05 13:35:35 +01:00
Leon Styhre 28ff747514 Another try at avoiding a rare crash when editing custom collections. 2023-03-05 13:20:27 +01:00