Commit graph

5417 commits

Author SHA1 Message Date
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
Leon Styhre
96a5f1f056 Fixed an issue where the grouped custom collections game count was not always updated. 2023-03-05 12:38:05 +01:00
Leon Styhre
b073579f44 Fixed a rare crash when editing custom collections. 2023-03-05 12:33:47 +01:00
Leon Styhre
fc03134ef0 Fixed an issue where a star was sometimes included in the quick selector when it shouldn't. 2023-03-05 10:18:03 +01:00
Leon Styhre
0845bcf840 Documentation update. 2023-03-04 22:48:45 +01:00
Leon Styhre
deaa4e13b3 Fixed an issues where textlist entries would sometimes scroll horizontally even though they fit inside the element width. 2023-03-04 21:57:33 +01:00
Leon Styhre
309e635be4 Added an iterationCount property to GIFAnimComponent and LottieAnimComponent. 2023-03-04 20:36:49 +01:00
Leon Styhre
b034fe61fe Fixed an issue where unfocusedItemSaturation couldn't be combined with imageSaturation for the carousel and grid elements. 2023-03-04 12:42:50 +01:00
Leon Styhre
559c56be56 (macOS) Fixed an incorrect find rule for PrBoom+ 2023-03-04 11:25:01 +01:00
Leon Styhre
d9f9a3784c Added PrBoom+ standalone as an alternative emulator for the doom system. 2023-03-04 11:14:17 +01:00
Leon Styhre
990adfe2c2 Documentation update. 2023-03-04 10:29:48 +01:00
Leon Styhre
088cf3fd34 Added color shift support to GIFAnimComponent and LottieAnimComponent. 2023-03-04 10:28:43 +01:00
Leon Styhre
bc0aee4445 Documentation update. 2023-03-03 23:55:59 +01:00
Leon Styhre
0c9259e09b Added grid theme support for setting the saturation and dimming for unfocused items. 2023-03-03 23:51:42 +01:00
Leon Styhre
0c6c5ab986 Added carousel theme support for setting the saturation and dimming for unfocused items. 2023-03-03 22:41:53 +01:00
Leon Styhre
d9f38dab3e Added support for changing the saturation for font textures. 2023-03-03 22:37:39 +01:00
Leon Styhre
885a225525 (modern-es-de) Small adjustment to the quake system image. 2023-03-03 21:41:47 +01:00
Leon Styhre
c6e175c4eb (modern-es-de) Added support for the Quake (quake) game system. 2023-03-03 17:16:14 +01:00
Leon Styhre
9547c77ad1 (slate-es-de) Added support for the Quake (quake) game system. 2023-03-03 17:15:45 +01:00
Leon Styhre
8bd2f24c37 Added support for the Quake (quake) game system. 2023-03-03 17:14:02 +01:00
Leon Styhre
7ae3f7209f Fixed an issue where folder links couldn't be used inside folders. 2023-03-03 17:11:53 +01:00
Leon Styhre
b89abd7d3b (slate-es-de) Small adjustment to the system info text for the doom system. 2023-03-03 17:10:18 +01:00
Leon Styhre
0aae28c7a4 Fixed an issue where image cropping didn't always work correctly. 2023-03-02 18:14:01 +01:00
Leon Styhre
016bc4f590 (modern-es-de) Added support for the Tiger Electronics Game.com (gamecom) game system. 2023-03-01 22:11:43 +01:00
Leon Styhre
ee9bccf546 (slate-es-de) Added support for the Tiger Electronics Game.com (gamecom) game system. 2023-03-01 22:11:28 +01:00
Leon Styhre
683ee5f509 Added support for the Tiger Electronics Game.com (gamecom) game system. 2023-03-01 22:09:27 +01:00