Commit Graph

63825 Commits

Author SHA1 Message Date
izzy2lost 5319cb8f2f Update RetroArch-Build.yml 2024-07-21 19:02:52 -04:00
izzy2lost ad26917eee Update RetroArch-Build.yml 2024-07-21 18:50:28 -04:00
izzy2lost 416ec705d7 Merge branch 'libretro:master' into master 2024-07-21 18:36:47 -04:00
libretroadmin 907711db8c Don't use 'using namespace' 2024-07-22 00:34:57 +02:00
izzy2lost c1c2155558 Add files via upload 2024-07-21 18:34:03 -04:00
izzy2lost b40a2e1c14 Merge branch 'libretro:master' into master 2024-07-21 17:50:23 -04:00
libretroadmin 3c45d78a95 Buildfix 2024-07-20 19:49:31 +02:00
libretroadmin 857d1e4ddb Buildfix 2024-07-20 19:46:34 +02:00
libretroadmin afc9cb509a CXX_BUILDFIX buildfixes 2024-07-20 19:42:45 +02:00
libretroadmin 60e0dd839a iC comments 2024-07-20 17:54:44 +02:00
libretroadmin 73afe24266 Use C comments instead of C++ comments for C files 2024-07-20 16:16:16 +02:00
libretroadmin 77a52bcec5 Silence warnings 2024-07-20 16:08:13 +02:00
libretroadmin e543aa25ae Silence some warnings 2024-07-20 15:46:26 +02:00
github-actions 019f256b17 Fetch translations from Crowdin 2024-07-20 00:12:39 +00:00
izzy2lost 8df6c9eb3a Merge branch 'libretro:master' into master 2024-07-19 16:20:42 -04:00
Eric Warmenhoven 63799385fc iCloud cloud sync driver (#16794) 2024-07-18 22:02:52 -07:00
github-actions 39a2cecdc5 Fetch translations from Crowdin 2024-07-19 01:43:18 +00:00
Jamiras 1232a6ae6e include rank on leaderboard submission notification (#16788) 2024-07-18 13:32:37 -07:00
Keith Bowes 4683e83d9a Add support for mbedtls v3 (#16763)
v2 is not going to receive security fixes after 2024

Fixes #16672
2024-07-18 06:25:29 -07:00
Subs f1a37f7c75 Bump switchres to 2.2.1 (#16782)
* Remove switchres before bump

* Squashed 'deps/switchres/' content from commit 725e4d484a

git-subtree-dir: deps/switchres
git-subtree-split: 725e4d484a33632618dd44cdc2a61948dd833282
2024-07-18 06:25:07 -07:00
negativeExponent bd69602686 winmm_midi.c: Ditto for MEVT_F_SHORT
similar to MEVT_F_LONG, this too is full DWORD, though its value remains 0
2024-07-18 08:24:20 -05:00
zoltanvb d896d9379d Fix include paths (#16785) 2024-07-18 08:24:07 -05:00
negativeExponent 2dae318636 midi: Fix unneeded left shift for MEVT_F_LONG
MEVT_F_LONG is a DWORD type with a value of 0x80000000, so there is no need to left-shit it.
2024-07-18 08:23:24 -05:00
Joseph C. Osborn a7bc0ad68f Make custom aspect ratios under integer scaling respect xy offset
This makes them more usable.  I don't understand why it was ever
disallowed, can someone review and let me know?
2024-07-18 08:22:42 -05:00
Joseph C. Osborn 7e26eb37c6 fix custom aspect ratios for non-ydown drivers 2024-07-18 08:22:42 -05:00