Christopher Snowhill
87c5720988
(Mac) BaseConfig.xcconfig - Add SSE/NEON opts ( #13453 )
2022-01-08 04:21:58 +01:00
Christopher Snowhill
b5504dda99
Implement sinc kaiser NEON function ( #13452 )
2022-01-08 04:21:51 +01:00
jdgleaver
1935d217d2
Enable 'short form' notation when specifying core path on the command line (-L, --libretro=FILE) ( #13454 )
2022-01-08 04:03:06 +01:00
github-actions
4ae67b9fa4
Fetch translations from Crowdin
2022-01-08 00:07:25 +00:00
Jean-André Santoni
bb948e9b81
Merge pull request #11719 from pkos/master
...
(Database) Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX/PSP/Dreamcast/Wii
2022-01-08 01:39:25 +07:00
Tony
7ca3c314f8
Move 'Black Frame Insertion' under 'Synchronization' ( #13457 )
2022-01-07 17:30:21 +01:00
Tony
5b85339839
(Vulkan) Emulate mailbox only with vsync ( #13460 )
2022-01-07 17:08:24 +01:00
Tony
b7d77e9484
(XMB) Optional vertical list item fade ( #13455 )
2022-01-07 08:46:49 +01:00
github-actions
483d1f2ac7
Fetch translations from Crowdin
2022-01-07 00:08:43 +00:00
crystalct
19d05db9ae
PSL1GHT/PS3 build fix ( #13446 )
2022-01-06 08:21:14 +01:00
Giovanni Cascione
f43b19db4f
mali_fbdev: fix for yoffset>0 (screen freezing), setterm unavailable and refresh_rate division by 0 ( #13450 )
...
-In case yoffset is not set=0 by the driver (which seems to occur randomly on certain configurations), on next set_video_mode call screen freezes and cannot be updated. Condition to set yoffset to 0 if current value is >0 is added as fix.
-If setterm is not available, sh error occurs in the shell on gfx_ctx_mali_fbdev_destroy call. Condition based on setterm availability is added to avoid this.
-If pixclock from driver is not available (=0), divide by 0 occurs when trying to calculate refresh rate. Condition is added as a fix, if pixclock=0 refresh rate is set as 60.
2022-01-05 19:26:39 +01:00
github-actions
d13f325216
Fetch translations from Crowdin
2022-01-05 00:08:04 +00:00
Michael Burgardt
c28df9ccef
Stop Crowdin Daily Workflow from activating with empty API key ( #13440 )
...
* Stop Crowdin Daily Workflow from activating with empty API key
* Make sure that the API key is always reset
2022-01-04 13:32:03 +01:00
Cthulhu-throwaway
c29fd8e53a
Menu setting fixes ( #13439 )
...
Fixes for some netplay settings that don't work well in the menu.
2022-01-04 13:21:53 +01:00
Rob Loach
fb6dfd345f
(Audio Mixer) audio_mix.c does not require stdio.h ( #13441 )
...
This change removes the inclusion of stdio.h as it's not needed in this file.
2022-01-04 13:21:45 +01:00
github-actions
d4902b65bd
Fetch translations from Crowdin
2022-01-04 00:07:56 +00:00
github-actions
a427de28eb
Fetch translations from Crowdin
2022-01-03 00:08:24 +00:00
github-actions
3c388b62d4
Fetch translations from Crowdin
2022-01-02 00:08:08 +00:00
pkos
a192064403
(Database) Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX/PSP/Dreamcast/Wii
2021-12-31 21:35:16 -05:00
github-actions
76fd60b15e
Fetch translations from Crowdin
2022-01-01 00:07:53 +00:00
Tony
940f7553fd
Add delay + acceleration to volume hotkeys ( #13434 )
2021-12-31 18:17:32 +01:00
cedorg
be05a7e194
Fix buffer overflow. ( #13436 )
...
retroarch sometimes crashes at startup when loading asset textures with gl1 driver.
Co-authored-by: cborg <moi@schtroumpf-moi.village>
2021-12-31 18:17:02 +01:00
github-actions
31342ea18f
Fetch translations from Crowdin
2021-12-31 00:07:41 +00:00
Tony
17f63e6e39
(XMB+Ozone) Category + History/Favorites icons ( #13433 )
...
* (XMB+Ozone) Icons for matching core option categories
* (XMB+Ozone) Playlist content icon option for history/favorites
2021-12-30 20:14:57 +01:00
Cthulhu-throwaway
d017ce7b03
Filter out non-connectable rooms ( #13429 )
...
Add an option for filtering out non-connectable netplay rooms.
2021-12-30 08:33:54 +01:00
github-actions
e161af4826
Fetch translations from Crowdin
2021-12-30 00:07:38 +00:00
github-actions
ee1d9f5d1b
Fetch translations from Crowdin
2021-12-29 00:07:49 +00:00
github-actions
916a3fd157
Fetch translations from Crowdin
2021-12-28 00:07:38 +00:00
twinaphex
18dae9ce73
remove unused variables
2021-12-27 19:57:32 +01:00
github-actions
a746030901
Fetch translations from Crowdin
2021-12-27 00:08:35 +00:00
Autechre
68713b46b0
Revert "Netplay clean-up ( #13421 )" ( #13422 )
...
This reverts commit 5efd2a64a483995cbf1bd5dc9daabbce5e8f5d94.
2021-12-26 16:54:19 +01:00
Cthulhu-throwaway
5efd2a64a4
Netplay clean-up ( #13421 )
2021-12-26 16:30:38 +01:00
Cthulhu-throwaway
9579810579
Build fix for --disable-menu ( #13419 )
2021-12-26 15:18:57 +01:00
Nikos Chantziaras
be650a790c
Add option for showing the overlay behind the menu ( #13360 )
...
* Add option for showing the overlay behind the menu
This commit lays the groundwork for this option. Support for this option
in the video drivers themselves is going to be added in later commits.
* gl1: Add overlay behind menu support
* gl2: Add overlay behind menu support
* gl3: Add overlay behind menu support
* vulkan: Add overlay behind menu support
* ctr: Add overlay behind menu support
* d3d9: Add overlay behind menu support
* d3d10: Add overlay behind menu support
* d3d11: Add overlay behind menu support
* d3d12: Add overlay behind menu support
* CHANGES.md: overlay behind menu
Co-authored-by: MrHuu <MrHuu@users.noreply.github.com>
Co-authored-by: Tony <45124675+sonninnos@users.noreply.github.com>
2021-12-26 04:56:44 +01:00
Colin Kinloch
22df09885e
(Wayland) Use any display for initial metrics ( #13417 )
2021-12-26 04:53:57 +01:00
Cthulhu-throwaway
26132a2330
Netplay and NAT struct improvements ( #13416 )
...
Reordered netplay and NAT structs to follow the coding guidelines more closely.
Moved part of the chat struct out of the program's image and into the heap.
2021-12-25 13:42:22 +01:00
Aleksey Samoilov
f17deb90c7
[Wayland] Fix toplevel close ( #13415 )
2021-12-25 11:19:27 +01:00
Colin Kinloch
0168fe0303
(Wayland) Ignore mouse clicks on window decoration ( #13412 )
2021-12-25 04:08:22 +01:00
Cthulhu-throwaway
9e208198f2
Endianness fix for netplay_is_lan_address ( #13413 )
2021-12-25 04:07:55 +01:00
Cthulhu-throwaway
98bed89d6f
Netplay custom relay server to use default port ( #13411 )
...
Allow the custom server to use the default port if a port was not provided.
2021-12-25 02:30:33 +01:00
github-actions
d056a989ee
Fetch translations from Crowdin
2021-12-25 00:06:59 +00:00
twinaphex
33cc889f7f
(HDR) Hide HDR settings unless HDR is enabled
2021-12-24 21:15:08 +01:00
Cthulhu-throwaway
6a100272a8
Netplay spectator notification fix ( #13409 )
...
Fix double notification when the host switches to spectator.
2021-12-24 16:42:16 +01:00
twinaphex
689057a9b2
Fix iOS/CocoaTouch builds
2021-12-24 15:42:00 +01:00
Cthulhu-throwaway
736ab4c964
MSVC 2005 build fix ( #13408 )
2021-12-24 14:58:18 +01:00
tunip3
a28e226ef4
Make resolution switching automatic and fix angle output issues [UWP/XBOX] ( #13406 )
...
* force angle to render at 1080p regardless of screensize as the output is 1080p regardless of screensize.
This fixes an issue where at 4k any angle output would be zoomed into a corner
* set resolution based on display resolution (auto 4k)
* set driver to d3d11 if booting with opengl
* reset width and height of output on boot to match display
Co-authored-by: Tunip3 <tunip3@users.noreply.github.com>
2021-12-24 14:34:30 +01:00
twinaphex
e1d144e2b8
(Wayland) Style nits
2021-12-24 14:29:12 +01:00
Colin Kinloch
f0392474f2
(Wayland) Add libdecor for client side decoration ( #13397 )
2021-12-24 14:20:45 +01:00
Cthulhu-throwaway
b67b93ebfe
Enable GetBestRoute for MSVC 2005 ( #13407 )
2021-12-24 14:15:20 +01:00
twinaphex
43d0fa6248
remove unused variable
2021-12-24 12:51:23 +01:00