Autechre
27bd9868d7
Merge pull request #12963 from jdgleaver/playlist-refresh
...
(Playlist Manager) Add 'Refresh Playlist' option
2021-09-09 18:44:42 +02:00
Autechre
f34c8865ee
Merge pull request #12815 from markwkidd/vscode-fix
...
[VS Code IDE] set .h file association and add vscode configuration to gitignore
2021-09-09 18:44:09 +02:00
Autechre
84174598a4
Merge pull request #12858 from sonninnos/authors-script
...
Update AUTHORS.h and script
2021-09-09 18:35:26 +02:00
twinaphex
c75bb549e5
Move another function over to menu_driver.c
2021-09-09 17:26:59 +02:00
twinaphex
4830150d22
Move function out of retroarch.c and into menu_driver.c
2021-09-09 17:21:48 +02:00
jdgleaver
6da778b934
(Playlist Manager) Add 'Refresh Playlist' option
2021-09-09 16:18:26 +01:00
twinaphex
8564b4f8e3
Fix compilation problem when HAVE_BSV_MOVIE is not defined
2021-09-09 16:58:52 +02:00
twinaphex
6a310ecfed
Move more code to command.c
2021-09-09 16:55:14 +02:00
twinaphex
14cd338b97
Move code from retroarch.c to command.c
2021-09-09 16:31:35 +02:00
twinaphex
9b8145f05d
Cleanups
2021-09-09 16:06:57 +02:00
twinaphex
a11b1c3b72
(retroarch.c) Cleanups
2021-09-09 16:01:33 +02:00
twinaphex
772282eeec
Move menu shader code over to menu_driver.c
2021-09-09 15:33:17 +02:00
twinaphex
28389d30e8
Move some code from retroarch.c over to menu_driver.c
2021-09-09 15:22:12 +02:00
twinaphex
6c79cebc6e
Move input_overlay_auto_rotate_ out of retroarch.c and into
...
input_driver.c
2021-09-09 14:24:42 +02:00
twinaphex
81e7dab159
Move code out of retroarch.c and into input_driver.c
2021-09-09 14:11:46 +02:00
Autechre
49cce025c7
Merge pull request #12952 from DisasterMo/rumble
...
Rebase 'Add generic rumble gain to input settings' by davidgfnet
2021-09-09 13:52:00 +02:00
Autechre
ace9267c7b
Merge pull request #12960 from Jamiras/cheevos_cfg_overrides
...
(cheevos) don't write achievement credentials to overrides
2021-09-09 09:32:56 +02:00
Michael Burgardt
303d17e2e6
Rebase 'Add generic rumble gain to input settings' by davidgfnet
2021-09-08 19:52:32 +02:00
Jamiras
f0a3ee6003
don't write achievement credentials to overrides
2021-09-08 11:34:19 -06:00
Jamiras
8a31b732dd
disable slowmotion when enabling hardcore mode ( #12958 )
2021-09-08 18:57:19 +02:00
Tony
51b365b5e3
New regular widget message appearance ( #12851 )
2021-09-08 18:14:41 +02:00
bulzipke
8018be5c9b
Fix ram states to file when core deinit ( #12956 )
...
* Fix ram states to file when core deinit
* Fix unterminated state_path
Call CMD_EVENT_RAM_STATE_TO_FILE when CMD_EVENT_UNLOAD_CORE too
2021-09-08 18:01:07 +02:00
twinaphex
c9e587a5a7
Move more input code over to input_driver.c from retroarch.c
2021-09-07 14:55:37 +02:00
twinaphex
ccbbf45760
retroarch.c - cleanups
2021-09-07 13:55:42 +02:00
twinaphex
276b4fd72c
Move more code over from retroarch.c to input_driver.c
2021-09-07 13:08:31 +02:00
twinaphex
67defbcf26
Transfer code over from retroarch.c to input_driver.c
2021-09-07 12:42:03 +02:00
twinaphex
5b1872f6be
retroarch.c - some cleanups - retroarch_set_frame_limit - return
...
value - other cleanups
2021-09-07 12:29:44 +02:00
twinaphex
10782f9abc
Cleanups - move code over to menu_driver.c
2021-09-07 11:55:12 +02:00
twinaphex
3a78b46862
Move code to input_driver.c
2021-09-07 10:17:06 +02:00
twinaphex
138afafbb3
generic_menu_entry_action - cleanup
2021-09-07 08:35:27 +02:00
twinaphex
71067d8873
Preinitialize varaibles in video_driver_translate_coord_viewport
2021-09-07 08:11:32 +02:00
twinaphex
a0856c9847
Move another function to menu_driver.c
2021-09-07 07:14:27 +02:00
twinaphex
722166cb15
Move functions from retroarch.c to input_driver.c
2021-09-07 07:11:42 +02:00
twinaphex
7c665702a8
Move input_driver_toggle_button_combo to input_driver.c
2021-09-07 06:50:18 +02:00
jdgleaver
1151504fa9
(OpenDingux Beta) Disable OpenAL + minor compilation flag optimisation ( #12948 )
2021-09-06 16:11:44 +02:00
tunip3
5ae7bc2ce2
use findfirst file and manually get all items in a dir to reduce errors and increase access ( #12947 )
...
Co-authored-by: Tunip3 <tunip3@users.noreply.github.com>
2021-09-06 14:27:49 +02:00
MrHuu
07600392df
(3DS) Add bottom screen idle state ( #12942 )
2021-09-06 01:16:16 +02:00
MajorPainTheCactus
0ac542f1db
Fix for warning and fix for incorrect comment ( #12944 )
2021-09-06 01:16:01 +02:00
Autechre
36888612eb
Reduce gfx_display_rotate_z calls in menu drivers ( #12937 )
...
* (Ozone) Take out gfx_display_rotate_z out of ozone_draw_icon -
lots of matrix rotates and multiplies were happening when
just calling it once would suffice
* (MaterialUI) Reduce calls to gfx_display_rotate_z
* (XMB) Cleanup
2021-09-05 03:46:52 +02:00
twinaphex
f597138827
Cleanups
2021-09-04 21:40:37 +02:00
twinaphex
623e09dc47
Fix wording
2021-09-04 21:38:33 +02:00
twinaphex
b05a0d5aed
* Enable HDR for WinRT/UWP (only works on PC UWP for now, won't work on Xbox yet swapchain
...
issues with both D3D11/12)
* Add sublabel for Expand Gamut
*
2021-09-04 21:36:48 +02:00
MajorPainTheCactus
536d18778b
Fixed up HDR for UWP/WinRT builds ( #12936 )
...
Fixed D3D11 validation warnings
Fixed up technically incorrect labels
Co-authored-by: Autechre <libretro@gmail.com>
2021-09-04 21:13:24 +02:00
twinaphex
28d1788e1e
(HDR) Add sublabels
2021-09-04 19:59:16 +02:00
Víctor "IlDucci
017f9f8939
Fetch translations from Crowdin 04-Sep-2021 ( #12934 )
2021-09-04 17:43:20 +02:00
Víctor "IlDucci
916ebb98e7
Fixing a couple of minor typos related to the HDR PR. ( #12935 )
2021-09-04 17:43:11 +02:00
twinaphex
85c0607696
Add to CHANGES.md
2021-09-04 10:32:43 +02:00
twinaphex
43838dc4ea
Bump version
2021-09-04 10:30:46 +02:00
twinaphex
f905012376
Simplify float_to_s16/s16_to_float functions for ARM NEON ASM codepath
2021-09-04 00:39:49 +02:00
twinaphex
6d1c0e96a3
Simplify sinc NEON code
2021-09-04 00:35:45 +02:00