Commit Graph

61560 Commits

Author SHA1 Message Date
libretroadmin baa6fff3e1 Remove unused define 2022-11-27 12:45:56 +01:00
libretroadmin 2fdfe55edd (Qt) Start ripping out thumbnail pack download code 2022-11-27 12:45:21 +01:00
LibretroAdmin bf456b7fe1
Update CHANGES.md 2022-11-27 10:31:38 +01:00
libretroadmin b0f337e95e Style nits:
* C comments
* Single line blocks don't need brackets
2022-11-27 10:23:12 +01:00
MajorPainTheCactus 7ebd8e190a
Fixes for d3d12 and d3d11 drivers when using shaders with TATE mode arcades etc (#14678)
Added support for break on errors in d3d12 (development aid)
Added support for DRED (device remove extended data) in d3d12 (development aid)
Made d3d12 viewport and scissors to behave more like vulkan drivers (or be more correct)
Fixed validation error on start up due to buffers not being setup correctly for one frame
2022-11-27 10:20:34 +01:00
github-actions d467cbd52d Fetch translations from Crowdin 2022-11-27 00:13:30 +00:00
libretroadmin 82ca2a8267 (sdl_gfx.c) Style nits 2022-11-26 21:06:55 +01:00
andymcca 083b14b85c
(sdl gfx) Replicate #12521 / Fix no menu on start (#14677)
#12521 fixes blank screens on the sdl_dingux driver, so just replicating that change here on the standard sdl_gfx driver.  Also, fix a problem where the menu will never show up in this driver, because you cannot blit to a surface in SDL while it is locked (i.e. after issuing an SDL_LockSurface command.
2022-11-26 21:05:30 +01:00
github-actions 31e549ce9c Fetch translations from Crowdin 2022-11-26 00:11:25 +00:00
libretroadmin b8eefbf0ab (MSVC 2017/2019) Change default buildbot cores URL from (non-existent) MSVC 2017 cores URL
to mainline windows x64 cores URL
2022-11-25 22:44:32 +01:00
github-actions 29fd4c1b3a Fetch translations from Crowdin 2022-11-25 00:11:45 +00:00
libretroadmin 03e71e651f (iOS) Get rid of this dead code - remnants of when we had a companion UI 2022-11-24 19:57:45 +01:00
andymcca 8368c2daad
Add 256x192 snn upscale function (Fuse core) (#14667)
Added snn function to upscale Fuse (ZX Spectrum) core borderless output to 320x240
2022-11-24 19:54:24 +01:00
sonninnos 88c1e276a3
Restore framelimit on fastforward toggle (#14668) 2022-11-24 16:53:52 +01:00
github-actions b403f5fc1f Fetch translations from Crowdin 2022-11-24 00:13:21 +00:00
libretroadmin 64f22ae2b2 (Qt) Style nits 2022-11-23 23:04:43 +01:00
libretroadmin c196eed3fd Remove useless forward declaration 2022-11-23 21:05:28 +01:00
libretroadmin e108fefc41 Remove video_driver_set_video_cache_context_ack - replace with single line 2022-11-23 20:55:05 +01:00
libretroadmin f062b74e26 Overlays/Input: Turn a bunch more functions static 2022-11-23 19:54:15 +01:00
libretroadmin 0cf1d86a3a (input_driver.c) Turn bunch of functions static that are never accessed outside
* Turn some variable / parameter names like 'joypad_driver_name' into 'joypad_drv_name'
so they are less likely to conflict with symbol names
2022-11-23 19:14:24 +01:00
libretroadmin 6e3f168c1c (sinc) Hopefully that's the last of these warnings 2022-11-23 18:07:53 +01:00
libretroadmin 8ed246be86 (sinc resampler) Silence warning
(MaterialUI) Style nits
2022-11-23 18:03:44 +01:00
libretroadmin f8043f847e (Qt) Remove some if 0 code blocks 2022-11-23 17:34:52 +01:00
LibretroAdmin c10dfca92c
Update CHANGES.md 2022-11-23 16:50:32 +01:00
sonninnos 9297ff44b7
(Ozone+XMB) Fix overlays behind menu without core running (#14663) 2022-11-23 16:48:58 +01:00
libretroadmin 16e0319e2e Remove unnecessary function ui_companion_set_foreground 2022-11-23 06:18:20 +01:00
libretroadmin 9bbe6992e2 (UI Companion) simplify boolean code by replacing it with flags 2022-11-23 06:14:56 +01:00
libretroadmin c39770e23c ui_browser_window_state_t - bools never used - remove 2022-11-23 06:00:20 +01:00
libretroadmin c309c102d8 Silence more warnings and create more of a distinction between variables
that belong to the runloop state vs. retroarch state
2022-11-23 05:28:07 +01:00
libretroadmin b84416ac7c (retroarch.c) Silence warnings 'value stored to runloop_st during its initialization
is never read'
2022-11-23 05:23:35 +01:00
libretroadmin 736a3034bb (materialUI) Silence signedness warnings 2022-11-23 05:20:17 +01:00
libretroadmin 3fbcde000c (string_list) Silence warning 2022-11-23 05:10:35 +01:00
libretroadmin 7dfaae58f9 (UI) Cleanups; style nits 2022-11-23 05:08:15 +01:00
libretroadmin d12a747e06 Update CHANGES.md 2022-11-23 04:18:41 +01:00
github-actions 5d82f19356 Fetch translations from Crowdin 2022-11-23 00:12:28 +00:00
libretroadmin 57acf1421b Remove workflow for fdroid as per Vinfall recommendation 2022-11-22 22:15:51 +01:00
libretroadmin aa0ae2cd3e Silence warnings 2022-11-22 18:34:04 +01:00
neil4 3b0db75782
Overlay cleanups; replace bools with flags (#14661) 2022-11-22 18:29:11 +01:00
libretroadmin 92e0403aeb general_push - add exception to populating setting 2022-11-22 17:44:34 +01:00
libretroadmin dd2d9d2f22 Simplify general_push 2022-11-22 17:40:21 +01:00
sonninnos e0e6810cf0
Allow toggling info off with the same button (#14660) 2022-11-22 17:23:19 +01:00
libretroadmin 5351aeaa4e (DRM Go2) fix to prior commit - not sure why this was missing 2022-11-22 17:11:11 +01:00
libretroadmin 623b925256 Implement get_video_size for DRM Go2 2022-11-22 17:09:51 +01:00
sonninnos ce1e59615a
(WinRaw) Fix mouse position when using input overlay with mouse cursor (#14659) 2022-11-22 16:50:17 +01:00
sonninnos 9bc7bebf51
More hotkey cleanups (#14657) 2022-11-22 14:45:30 +01:00
sonninnos aeaf5561bd
Fix libchdr warning (#14658) 2022-11-22 14:44:56 +01:00
libretroadmin 3e661ea42e Buildfix 2022-11-22 06:13:23 +01:00
libretroadmin a93a2186c0 (WiiU) Cleanups in aux code 2022-11-22 06:08:17 +01:00
libretroadmin 8db6197e4b (Wiiu) Cleanup of aux files 2022-11-22 05:49:46 +01:00
github-actions 1a87e1107b Fetch translations from Crowdin 2022-11-22 00:13:08 +00:00