57713 Commits

Author SHA1 Message Date
twinaphex
e5ca68a518 Simplify video_driver_get_ptr 2021-03-21 17:33:44 +01:00
twinaphex
26ea20905a (retroarch.c) Get rid of two config_get_ptr calls 2021-03-21 17:18:37 +01:00
twinaphex
8b2eb8ed37 Cut down on config_get_ptr calls in menu_displaylist_ctl 2021-03-21 16:36:36 +01:00
twinaphex
d8d034bacb (menu_displaylist_build_list) Pass settings pointer around 2021-03-21 16:16:41 +01:00
twinaphex
7c145fafb2 (menu_displaylist) config_get_ptr only called now from three public functions 2021-03-21 16:04:04 +01:00
twinaphex
78e9a16493 Cut down on disp_get_ptr calls 2021-03-21 15:37:40 +01:00
twinaphex
5547f7b6f8 Further simplify filebrowser_parse - info can never be NULL -
other optimizations
2021-03-21 14:49:51 +01:00
twinaphex
6682dff9a5 (Menu) simplify/cleanup filebrowser_parse 2021-03-21 14:34:36 +01:00
twinaphex
e35ed84de9 (Menu) Cut down on config_get_ptr calls 2021-03-21 11:46:27 +01:00
twinaphex
c053a871d0 Cut down on anim_get_ptr calls 2021-03-21 11:09:22 +01:00
twinaphex
a19c61ec7f (Ozone) Cut down on pointer grabbing - reduce calls to disp_get_ptr
and anim_get_ptr
2021-03-21 11:03:38 +01:00
Autechre
1c0ceb272a
Merge pull request #12178 from davidgfnet/br9 2021-03-20 22:25:43 +01:00
David Guillen Fandos
e1385c0187 Adjust brightness according to the limit
Seems like some platforms feature non-standard maximums, but the
variable is correclty exported for us to use
2021-03-20 22:19:28 +01:00
twinaphex
a83af11754 remove unused variable 2021-03-20 17:47:44 +01:00
twinaphex
a0a681b324 (Menu drivers) Less pointer grabbing - cut down on get_ptr calls 2021-03-20 17:45:05 +01:00
twinaphex
94ae0460cc Cut down on calls to gfx_display_get_fb_size 2021-03-20 16:52:53 +01:00
twinaphex
f1330f3c98 (video_thread_wrapper) Call video_driver_get_data instead of
video_driver_get_ptr - last parameter passed to video_driver_get_ptr
was hardcoded
2021-03-20 15:15:52 +01:00
twinaphex
76c4f12089 Cleanup some VIDEO_DRIVER_GET_PTR_INTERNAL calls 2021-03-20 15:15:52 +01:00
twinaphex
161e3321a7 Remove menu_input_reset forward declaration 2021-03-20 15:15:52 +01:00
twinaphex
9fd88744ff Get rid of menu_input_reset 2021-03-20 15:15:52 +01:00
twinaphex
be00c9fd5f Change DEVELOPMENT_TEAM to libretro 2021-03-20 14:37:11 +01:00
twinaphex
78fcdc1a46 Cleanups - don't go through some small wrapper functions 2021-03-20 13:51:56 +01:00
twinaphex
37a4dfb9db Don't call some one-line wrapper functions 2021-03-20 13:46:57 +01:00
twinaphex
b51bb2bc66 Simplify parse_hat function 2021-03-20 13:24:10 +01:00
Autechre
6c9d4d2702
Merge pull request #12177 from sonninnos/winraw-fixes
(WINRAW) Key position fixes
2021-03-20 10:36:32 +01:00
Autechre
5785f8d589
Merge pull request #12176 from sonninnos/bind-order-scan-fix
New input bind order scan/clear fix
2021-03-20 10:35:47 +01:00
sonninnos
39e24fe584 New bind order scan/clear fix 2021-03-20 04:46:54 +02:00
sonninnos
1e95683c06 (WINRAW) Key position fixes 2021-03-20 00:58:11 +02:00
twinaphex
83a1e9170d Simplify retroarch_load_shader_preset 2021-03-19 12:31:13 +01:00
twinaphex
5ac7a524a2 Further refinement to vrr_runloop_enable checks surrounding
audio_driver_monitor_adjust_system_rates
2021-03-19 10:28:11 +01:00
twinaphex
4806a34920 Cleanups in adjust_system_rates functions 2021-03-18 20:38:26 +01:00
Autechre
7befed6569
Merge pull request #12171 from Jamiras/cheevos_dbl_free
(cheevos) prevent double free
2021-03-18 16:01:10 +01:00
Jamiras
ed18ed48ac prevent double free 2021-03-18 08:50:45 -06:00
twinaphex
5554e5a842 Small cleanups 2021-03-18 12:51:17 +01:00
Autechre
89fdd16e5e
Merge pull request #12168 from sonninnos/key-blocking
Duplicate key event blocking additions
2021-03-18 03:35:30 +01:00
sonninnos
4ff2011e02 Duplicate key event blocking additions 2021-03-17 21:22:46 +02:00
twinaphex
d3dc3ee989 (iOS 11 Metal) remove 'update cores' 2021-03-17 10:49:22 +01:00
twinaphex
452870fe82 No idea why this was commented all of a sudden 2021-03-17 10:48:02 +01:00
twinaphex
6cc51fa5f5 task_load_handler - small cleanups 2021-03-17 10:40:47 +01:00
twinaphex
7e2113b405 (task_save.c) Allocate the string on heap instead of putting it on stack 2021-03-17 10:12:04 +01:00
Autechre
be7dd98939
Merge pull request #12167 from crystalct/master
Add some PSL1GHT ifdefs
2021-03-17 09:53:57 +01:00
CrystalCT
9ac61f9cc5 Add some PSL1GHT ifdefs 2021-03-17 08:46:02 +01:00
twinaphex
e292340ef4 (dispserv_win32.c) Fix unused variable warning 2021-03-16 13:33:24 +01:00
twinaphex
ce5dd864f0 Fix C89 build failures 2021-03-16 13:11:14 +01:00
twinaphex
3fc8f8129f Fix build failure 2021-03-16 13:05:45 +01:00
Autechre
70d79eb01c
Merge pull request #12156 from sonninnos/bind-reorder
Cosmetic input bind order
2021-03-16 12:43:02 +01:00
Autechre
58b055d197
Merge pull request #12164 from jdgleaver/explore-fix
Prevent segfault when accessing 'Explore' menu
2021-03-16 12:39:18 +01:00
jdgleaver
523e37ec95 Prevent segfault when accessing 'Explore' menu 2021-03-16 11:30:05 +00:00
Autechre
ad13be13cd
Merge pull request #12162 from jdgleaver/glui-fix
GLUI: Fix main menu 'History' entry
2021-03-16 12:27:46 +01:00
Autechre
fddf58d152
Merge pull request #12163 from jdgleaver/ozone-node-init
(Ozone) Ensure all members are initialised when allocating nodes
2021-03-16 12:27:34 +01:00