61533 Commits

Author SHA1 Message Date
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
libretroadmin
e3f5d32401 general_push - simplifications 2022-11-21 23:11:34 +01:00
libretroadmin
1c9d3ad0bf Silence some warnings 2022-11-21 20:56:28 +01:00
LibretroAdmin
b04853faf7
Runahead buildfixes #1 for Switch (#14655) 2022-11-21 20:16:10 +01:00
libretroadmin
8335e347f0 Simplify core_load_game 2022-11-21 19:41:57 +01:00
libretroadmin
065cdc87ac Final buildfixes for runahead 2022-11-21 19:38:15 +01:00
libretroadmin
6b71214ed7 Silence some signed/unsigned mismatch warnings 2022-11-21 19:34:43 +01:00
libretroadmin
0eed1c4853 Buildfixes for targets with no runahead support 2022-11-21 19:26:01 +01:00
libretroadmin
cc3169febe (runloop) Cleanups 2022-11-21 19:11:55 +01:00
libretroadmin
f21b878ed6 Disable 'Pause on Disconnect' by default 2022-11-21 18:12:53 +01:00
libretroadmin
6815383113 * Create runloop_state_free (instead of duplicated code lines in
retroarch.c and runloop.c
* Turn a whole bunch of unctions in runloop.c static as a consequence
2022-11-21 17:45:39 +01:00
sonninnos
10a74657c3
Move SRAM init to content init (#14653) 2022-11-21 15:24:58 +01:00
libretroadmin
6a098d37ac Use HAVE_DYLIB instead of HAVE_DYNAMIC when loading shared libraries 2022-11-21 05:37:35 +01:00
libretroadmin
3b38ea195f Use HAVE_DYLIB for loading dynamic libraries instead of HAVE_DYNAMIC 2022-11-21 05:23:43 +01:00
neil4
e71a5ff921
Overlay animation-related fixes (#14651)
- Fix analog drift blocking touch input (could occur on overlay_next if physical inputs shown on overlay)
- Fix overlay_next buttons lighting up in unison
- Skip meta keys in input_overlay_add_inputs (not supported by input_state_internal)
2022-11-21 04:48:34 +01:00
github-actions
8d499f577d Fetch translations from Crowdin 2022-11-21 00:13:10 +00:00
libretroadmin
59cce09186 Menu cleanups:
* Some control flow improvements in callback functions, less return
paths
* Remove menu_cbs_exit(), which was a stub function that always returned
-1
2022-11-20 18:55:07 +01:00
sonninnos
e52b633e5a
Allow menu wallpaper/background reset (#14650) 2022-11-20 18:12:18 +01:00
sonninnos
43b6d59740
Command line output cleanups (#14649) 2022-11-20 16:48:29 +01:00
sonninnos
7275b82614
System Information cleanups (#14647) 2022-11-20 13:39:02 +01:00
sonninnos
3377fd55ab
Driver + hotkey list reorder (#14646)
* Reorder driver menu and lists

* Reorder hotkey list
2022-11-20 07:26:34 +01:00
LibretroAdmin
4e51ca6681
Update CHANGES.md 2022-11-20 01:37:03 +01:00
github-actions
40fa56bfdd Fetch translations from Crowdin 2022-11-20 00:13:17 +00:00
Vinfall
0c233bff4e
Add CI to dump default.txt for F-Droid release (#14644)
Co-authored-by: Vinfall <vinfall@users.noreply.github.com>
2022-11-19 23:34:07 +01:00
LibretroAdmin
ce9051f8d0
Update .gitlab-ci.yml 2022-11-19 20:45:44 +01:00
LibretroAdmin
ac08c0ce55
Update .gitlab-ci.yml 2022-11-19 17:47:30 +01:00
libretroadmin
0bf818af8d Bump version to 1.13.0 v1.13.0 2022-11-19 03:10:12 +01:00
github-actions
c641f20e6a Fetch translations from Crowdin 2022-11-19 00:12:59 +00:00