60800 Commits

Author SHA1 Message Date
sonninnos
2ff77a363e
(Ozone) Add savestate thumbnails (#14068) 2022-06-20 16:34:41 +02:00
github-actions
3c89172516 Fetch translations from Crowdin 2022-06-20 00:10:53 +00:00
sonninnos
a0bfdcce3b
(D3D11/12) Make waitable swapchains optional (#14074) 2022-06-19 21:25:37 +02:00
libretroadmin
e954a69708 Truncation is intentional - see if using the return value and storing it
in a local var can work around the warning
2022-06-19 19:20:19 +02:00
libretroadmin
a06f3b98ce For Griffin builds it is important this define does not get redefined
Note to Cthulhu: We should probably put this in a header file somewhere
2022-06-19 18:43:25 +02:00
libretroadmin
01eab0fba5 (3DS/CTR) Take out HAVE_SOCKET_LEGACY for 3DS as per Cthulhu recommendation
and instead put in the extra conditional for natt.c and netplay_frontend.c
2022-06-19 18:32:26 +02:00
libretroadmin
64bf25542f Android has HAVE_TRANSLATE defined but not HAVE_ACCESSIBILITY, so
add this to the conditional
2022-06-19 18:24:07 +02:00
libretroadmin
e0c7e78e27 netplay_frontend.c - show_chat() - prevent warning 'format truncation' -
snprintf output between 3 and 129 bytes into a destination of size 96
2022-06-19 18:19:47 +02:00
libretroadmin
cf67c102ed command_event - access_st local variable is unused when HAVE_ACCESSIBILITY
is not defined
2022-06-19 18:17:00 +02:00
libretroadmin
050107a90e (Cheevos) On platforms like WiiU that have cheevos support but no threading support, it was complaining about unused variables like rcheevos_locals. The macros for
slock_lock/slock_unlock seem needless anyway, so we just reference slock_lock/slock_unlock directly and put it behind
HAVE_THREADS ifdefs so the user/programmer knows what is going on
2022-06-19 18:06:17 +02:00
libretroadmin
f0e340fd23 (3DS/CTR) Now that 3DS/CTR defines HAVE_SOCKET_LEGACY, we don't need
this conditional anymore
2022-06-19 17:57:50 +02:00
libretroadmin
757b0642ba (3DS/CTR) Define HAVE_SOCKET_LEGACY 2022-06-19 17:36:23 +02:00
Cthulhu-throwaway
216489512c
(UPnP) Support for IPv4 tunneling (#14067) 2022-06-19 14:40:14 +02:00
libretroadmin
278f088c99 Fix 'function declaration is not a prototype' warning on Clang/Mac 2022-06-19 14:09:55 +02:00
sonninnos
ca0b3095e8
(D3D11/12) Make low-latency optional (#14073) 2022-06-19 14:14:34 +02:00
Cthulhu-throwaway
dabd9cb996
(Netplay/LAN Discovery) Task refactor (#14070) 2022-06-19 03:41:04 +02:00
LibretroAdmin
0008691aa0
Remove unused variables (#14065) 2022-06-18 19:28:07 +02:00
libretroadmin
60161982b2 (task_database) Simplify code - put logging behind DEBUG ifdef 2022-06-18 19:19:18 +02:00
libretroadmin
8bad1559f9 (task_database_cue.c) strlen returns value of size_t type, change variables
(task_database_cue.c) Comment out log and put it behind DEBUG ifdef
2022-06-18 19:12:03 +02:00
libretroadmin
4f1ad9b665 video_shader_load_preset_into_shader - remove unused variable 2022-06-18 19:08:30 +02:00
LibretroAdmin
4a38831c47
Try to reduce fixed size char arrays from PATH_MAX_LENGTH to lower sizes (#14062)
* Try to reduce fixed size char arrays from PATH_MAX_LENGTH to lower sizes
2022-06-18 19:07:15 +02:00
LibretroAdmin
9a1f678e31
Merge pull request #14064 from farmerbb/master
Add F-Droid metadata to repo in Fastlane format
2022-06-18 18:02:51 +01:00
LibretroAdmin
d7f827d5ad
Merge pull request #14066 from Cthulhu-throwaway/netplay-cleanup-loc
(Netplay/Lobby) Remove help placeholder text for rooms
2022-06-18 18:02:30 +01:00
Cthulhu-throwaway
9715c0dbb3 (Netplay/Lobby) Remove help placeholder text for rooms 2022-06-18 13:56:35 -03:00
Braden Farmer
a71b4c421e Add F-Droid metadata to repo in Fastlane format 2022-06-18 10:30:13 -06:00
LibretroAdmin
852b3f2071
Merge pull request #14061 from Cthulhu-throwaway/netplay-buildfix
(Netplay) Buildfix for some "dumber" compilers
2022-06-18 16:32:13 +01:00
Cthulhu-throwaway
e6e5e46be3 (Netplay) Buildfix for some "dumber" compilers 2022-06-18 12:10:01 -03:00
LibretroAdmin
fcf8d2e5b7
Merge pull request #14058 from sonninnos/shader-icons
Add proper icons for shader items
2022-06-18 13:27:45 +01:00
LibretroAdmin
054bf83f53
Merge pull request #14056 from sonninnos/disc-append-browsed
Disc Control append focus correction
2022-06-18 13:26:48 +01:00
sonninnos
1539e720f1 Add proper icons for shader items 2022-06-18 11:22:50 +03:00
LibretroAdmin
1dc7481139
Merge pull request #14057 from sonninnos/fill-title
Reformat fill titles
2022-06-18 07:14:55 +01:00
sonninnos
8ec6c7517c Reformat fill titles 2022-06-18 09:06:52 +03:00
sonninnos
5c9501b4c4 Disc Control append focus correction 2022-06-18 08:54:14 +03:00
LibretroAdmin
838e5117d0
Merge pull request #14054 from Cthulhu-throwaway/netplay-refactor
(Netplay) Some refactoring and fixes
2022-06-18 03:28:47 +01:00
Cthulhu-throwaway
7e798d04ba (Netplay) Some refactoring and fixes 2022-06-17 18:00:48 -03:00
LibretroAdmin
244ace9c9d
Merge pull request #14053 from libretro/qt-new-url
(Qt) Use new URL for scraping thumbnails
2022-06-17 19:43:08 +01:00
LibretroAdmin
f24ced37e8
Merge pull request #14052 from sonninnos/database-title
Reformat database titles
2022-06-17 18:32:37 +01:00
libretroadmin
e9b8602c6e Get rid of debug logs 2022-06-17 19:14:18 +02:00
libretroadmin
e3a716d06a (Qt) Use new URL for scraping thumbnails 2022-06-17 19:10:29 +02:00
sonninnos
72d38a4b3c Reformat database titles 2022-06-17 20:01:46 +03:00
LibretroAdmin
ef53037cdc
Merge pull request #14051 from sonninnos/database-icon
More suitable icons for database entries
2022-06-17 16:53:23 +01:00
sonninnos
325ba96613 More suitable icons for database entries 2022-06-17 18:10:08 +03:00
LibretroAdmin
48f13dfaaa
Merge pull request #14047 from StormedBubbles/lightgun_y_axis
Fix lightgun scaling on Y axis
2022-06-17 15:12:54 +01:00
LibretroAdmin
0fe694665c
Merge pull request #14050 from sonninnos/ozone-header-icon-spacing
(Ozone) Header icon spacing adjustment
2022-06-17 14:05:10 +01:00
sonninnos
098f14dcd4 (Ozone) Header icon spacing adjustment 2022-06-17 15:23:42 +03:00
StormedBubbles
53d0e161e1
Fix lightgun scaling on Y axis 2022-06-16 22:16:32 -04:00
github-actions
a69387089c Fetch translations from Crowdin 2022-06-17 00:11:36 +00:00
LibretroAdmin
50f65a893f
Merge pull request #14044 from sonninnos/overlay-pointer
Block pointer input when overlay is pressed
2022-06-16 15:42:57 +01:00
sonninnos
53be17aee2 Block pointer input when overlay is pressed 2022-06-16 16:49:51 +03:00
LibretroAdmin
e759f81149
Merge pull request #14042 from sonninnos/winraw-pointer
(WINRAW) Fix pointer device position
2022-06-16 12:45:05 +01:00