60320 Commits

Author SHA1 Message Date
libretroadmin
49954569f9 (shader_vulkan) Simplifications 2022-05-21 11:47:08 +02:00
github-actions
4ee841b5e1 Fetch translations from Crowdin 2022-05-21 00:10:21 +00:00
libretroadmin
66a2a12766 (Vulkan) Move functions to proper place where they're used
and turn them static
2022-05-21 01:40:23 +02:00
LibretroAdmin
4966d2a130
Merge pull request #13952 from stevenjamescox/master
tvOS app icon fix & revisions
2022-05-21 00:18:24 +01:00
libretroadmin
3b99b42812 (shader_vulkan) Simplify - move functions over that were exclusively
used in shader_vulkan.cpp from vulkan_common.c to there
2022-05-21 01:11:28 +02:00
libretroadmin
25c33a8306 (drivers_shader) Simplify shader_gl3/shader_vulkan 2022-05-21 00:43:52 +02:00
libretroadmin
3d010cd7a9 (XMB) Cleanups 2022-05-20 22:40:36 +02:00
libretroadmin
63157a6f09 (RGUI) Cleanups 2022-05-20 21:28:15 +02:00
libretroadmin
f879a723c6 (MaterialUI) Cleanups 2022-05-20 20:41:46 +02:00
libretroadmin
69d251ff6d (Menu) Cleanups for drivers 2022-05-20 20:31:06 +02:00
libretroadmin
d9948c00e1 (Ozone) Cleanups 2022-05-20 19:50:33 +02:00
libretroadmin
05eca53290 (RGUI) Cleanups 2022-05-20 19:20:59 +02:00
libretroadmin
93e0baf715 (RGUI/MaterialUI) Cleanups 2022-05-20 16:10:15 +02:00
libretroadmin
14ab2db692 (Ozone) Cleanups 2022-05-20 14:46:45 +02:00
libretroadmin
07d19dd807 (XMB) Cleanups 2022-05-20 14:13:45 +02:00
libretroadmin
e1db81787d (video_thread_wrapper) Small variable cleanup 2022-05-20 13:45:38 +02:00
LibretroAdmin
adf3929f78
Merge pull request #13938 from Cthulhu-throwaway/threaded-video-cleanup
(Threaded Video/video_thread_wrapper.c) Cleaning and optimization
2022-05-20 12:44:56 +01:00
Steve Cox
fbcc99013e tvOS app icon fix, also icon revisions
Fixed the @2x icon sizing. Each @2x icon was previously the same size as its @1x counterpart, resulting in odd graphical errors when the icon was selected on the tvOS home screen.

Switched to the non-outlined RetroArch logo to match the iOS app icon—and because I was unable to find a high enough resolution version of the outlined logo to properly create @2x icon layers for it.

Separated the icon layers further, going from two layers to three (eyes on their own layer now) to improve the resultant tvOS home screen parallax effect on it. The eyes now move ever so slightly—independent of the body.
2022-05-20 02:10:44 -07:00
libretroadmin
41f45becdb (D3D12) Buildfix 2022-05-20 04:41:43 +02:00
libretroadmin
7c2d033b83 (DXGI) Untangle macros 2022-05-20 00:21:57 +02:00
libretroadmin
937ad8bfc6 (D3D9) Cleanups 2022-05-19 22:32:03 +02:00
LibretroAdmin
ae7cc2ef4d
Merge pull request #13947 from jdgleaver/ozone-xmb-minimise-thumb-requests
(Ozone/XMB) Prevent unnecessary thumbnail requests when scrolling through playlists
2022-05-19 18:08:30 +01:00
jdgleaver
f2dca12a22 (Ozone/XMB) Prevent unnecessary thumbnail requests when scrolling through playlists 2022-05-19 16:42:01 +01:00
libretroadmin
30685c6e60 (d3dcompiler_common) Cleanups 2022-05-19 16:18:34 +02:00
libretroadmin
af89df2b82 (Vulkan) Some C89_BUILD fixes 2022-05-19 15:47:45 +02:00
libretroadmin
493b8fdef8 (Vulkan) Style nits/cleanups 2022-05-19 15:43:51 +02:00
libretroadmin
eaabfefcb0 (Vulkan) Cleanups 2022-05-19 15:28:26 +02:00
libretroadmin
a378ce0aec (Vulkan) Buildfix 2022-05-19 13:40:37 +02:00
LibretroAdmin
a227989fd8
Merge pull request #13945 from Cthulhu-throwaway/move-natt
(Network) Move natt files to "network"
2022-05-19 12:41:45 +01:00
Cthulhu-throwaway
f0baf977fa (Network) Move natt files to "network" 2022-05-18 23:23:40 -03:00
github-actions
011e371e42 Fetch translations from Crowdin 2022-05-19 00:13:17 +00:00
libretroadmin
7a55686a95 (Vulkan) Fix XMB regression 2022-05-18 23:29:04 +02:00
Cthulhu-throwaway
9e39abcd00 (Threaded Video/video_thread_wrapper.c) Cleaning and optimization 2022-05-18 18:27:54 -03:00
libretroadmin
241d6eb901 (Vulkan) Simplify vulkan_create_texture 2022-05-18 23:19:58 +02:00
libretroadmin
8881020b75 (vulkan_common.c) Cleanups 2022-05-18 21:00:42 +02:00
LibretroAdmin
7bf4515cd2
Merge pull request #13943 from Tatsuya79/patch-2
QT: add recent new options in video settings
2022-05-18 15:55:53 +01:00
libretroadmin
6f156d064e (Vulkan) vulkan_transition_texture - get rid of early return 2022-05-18 16:48:23 +02:00
libretroadmin
3cad090b4c (Vulkan) Optimizations/cleanups -
* Honor SUBOPTIMAL on non-Android since you'd want to recreate
swapchains then. On Android it can be promoted to SUCCESS.
SUBOPTIMAL_KHR can happen there when rotation (pre-rotate) is wrong.
* Small cleanups in general - less conditionals
2022-05-18 16:39:54 +02:00
Tatsuya79
581ebcc0ac
QT: add recent new options in video settings 2022-05-18 16:35:00 +02:00
github-actions
650101083d Fetch translations from Crowdin 2022-05-18 00:11:52 +00:00
libretroadmin
c527bce8e3 (D3D) Cleanups 2022-05-17 23:28:18 +02:00
libretroadmin
5a5c65d9b9 (D3D10) Remove inline functions 2022-05-17 23:13:33 +02:00
LibretroAdmin
b3632586f5
Merge pull request #13902 from Ryunam/autorr-toggle
Add option to manually enable/disable automatic refresh rate switching
2022-05-17 21:39:07 +01:00
libretroadmin
255522f9a0 (D3D10) Get rid of lots of inline functions 2022-05-17 18:39:22 +02:00
libretroadmin
fe37647c84 (D3D11) d3d11_init_shader - simplify some code 2022-05-17 17:26:13 +02:00
libretroadmin
de4bfa0805 (D3D11) Get rid of some inlined functions 2022-05-17 17:04:43 +02:00
libretroadmin
7eb9f6b49b (D3D8) Set suppress_screensaver depending on preprocessor define 2022-05-17 14:22:51 +02:00
libretroadmin
efe6d14d37 Get rid of d3d9_suppress_screensaver in d3d9_common.c 2022-05-17 14:21:22 +02:00
libretroadmin
a396cd872c (GL2 Raster font) Prefix gl_raster_font with gl2_ 2022-05-17 14:16:53 +02:00
libretroadmin
87b76dc7a4 (video_shader_parse.c) Cleanups 2022-05-17 14:12:02 +02:00