53723 Commits

Author SHA1 Message Date
twinaphex
d1c130d60a Global variable cleanups 2020-05-20 06:29:58 +02:00
twinaphex
692f37b91a Rearrange global variables 2020-05-20 06:04:51 +02:00
twinaphex
13279eb0d4 Move defines to top 2020-05-20 04:54:14 +02:00
twinaphex
9e5f00ba27 Turn retroarch_fail static 2020-05-20 04:43:35 +02:00
twinaphex
1e21bf5074 Move defines to top 2020-05-20 04:39:27 +02:00
twinaphex
51c1064609 retroarch_validate_per_core_options - cut down on code duplication 2020-05-20 04:18:57 +02:00
twinaphex
a188826a10 Cleanups 2020-05-20 04:02:43 +02:00
twinaphex
24dd7409bc Move more global variables and forward declarations up top 2020-05-20 03:58:36 +02:00
twinaphex
cc2d70f044 (retroarch.c) Turn some AI functions static 2020-05-20 03:47:14 +02:00
twinaphex
7b5b14b0a7 More reorganization of globals, enums, defines 2020-05-20 03:38:16 +02:00
twinaphex
969475254f (retroarch.c) Reorganize globals, forward declarations, and defines 2020-05-20 03:30:04 +02:00
twinaphex
2cc776d2d9 Cleanups 2020-05-20 02:42:39 +02:00
twinaphex
5852251d56 Fix --disable-menu 2020-05-20 02:25:33 +02:00
twinaphex
182ad31c63 (retroarch.c) Relocate structs and enums 2020-05-20 02:19:20 +02:00
twinaphex
2a36fa0855 Remove double ';' 2020-05-19 21:29:35 +02:00
twinaphex
ad1aa59ce1 Cleanup != NULL comparisons 2020-05-19 21:15:06 +02:00
twinaphex
6d37d014a0 Simplify ozone_get_entries_padding 2020-05-19 20:51:40 +02:00
Autechre
bc522c3fa5
Merge pull request #10664 from jdgleaver/menu-remove-hash
Remove last remaining menu hash
2020-05-19 18:43:09 +02:00
jdgleaver
73b9b5b270 Remove last remaining menu hash 2020-05-19 17:29:12 +01:00
Autechre
4b90fcdeac
Update CHANGES.md 2020-05-19 18:06:04 +02:00
Autechre
7eaa771d57
Merge pull request #10663 from jdgleaver/overlay-leak-fix
Fix memory leak when loading overlays
2020-05-19 18:05:23 +02:00
twinaphex
521f4bfefc Remove more unneeded video_frame_info variables 2020-05-19 17:52:54 +02:00
jdgleaver
6800fadafe Fix memory leak when loading overlays 2020-05-19 16:37:20 +01:00
twinaphex
26c6c34817 video_frame_info - remove more unused settings 2020-05-19 16:51:05 +02:00
twinaphex
3f98cbc52d Get rid of some unneeded variables in video_frame_info 2020-05-19 16:42:56 +02:00
twinaphex
9ace693ec0 Refactor menu_driver_frame 2020-05-19 16:20:43 +02:00
twinaphex
0aff65e77b Sync libretro-common 2020-05-19 15:22:00 +02:00
Autechre
8c63ea2515
Update CHANGES.md 2020-05-19 15:14:24 +02:00
Autechre
f9f0c5aea6
Merge pull request #10662 from jdgleaver/thumbnail-free-fix
(gfx_thumbnail) Fix heap-use-after-free error
2020-05-19 15:13:21 +02:00
jdgleaver
5eee8daa4f (gfx_thumbnail) Fix heap-use-after-free error 2020-05-19 14:03:02 +01:00
twinaphex
d4dd1f71a5 (menu_displaylist.c) Move state into struct 2020-05-19 14:59:06 +02:00
twinaphex
25888db0af (menu_driver.c) Move state into struct 2020-05-19 13:40:27 +02:00
Autechre
2b19a50775
Update CHANGES.md 2020-05-19 12:50:26 +02:00
Autechre
8c0b15052a
Merge pull request #10658 from jdgleaver/input-remap-start-scan-fix
(Input Mapping/Remapping) Restore broken 'reset to default' functionality
2020-05-19 12:47:34 +02:00
jdgleaver
5e904c4dc3 (Input Mapping/Remapping) Restore broken 'reset to default' functionality 2020-05-19 11:35:57 +01:00
twinaphex
54fd445c75 (verbosity) move static global variables to struct 2020-05-19 02:13:51 +02:00
Autechre
27a7ab20e2
Update CHANGES.md 2020-05-18 20:58:06 +02:00
Autechre
646efb91e1
Merge pull request #10654 from Jamiras/chd_find_special_fail
return false when special track cannot be found
2020-05-18 20:57:42 +02:00
Jamiras
c805fd3213 return false when special track cannot be found 2020-05-18 09:10:06 -06:00
Autechre
582f967fb0
Update AndroidManifest.xml 2020-05-18 02:15:03 +02:00
Autechre
12af4ed7e3
Update CHANGES.md 2020-05-17 22:23:22 +02:00
Autechre
f5623edec1
Merge pull request #10640 from Jamiras/cheevos_cheats
(cheevos) disable hardcore when cheats are enabled
2020-05-17 22:22:31 +02:00
Autechre
0be52f8a49
Update CHANGES.md 2020-05-17 22:22:00 +02:00
Autechre
83410572cc
Merge pull request #10646 from QuarkTheAwesome/master
WiiU: Gamepad hotplugging support, theoretical multi-gamepad support, warning fixes
2020-05-17 22:21:21 +02:00
Ash Logan
70fba3e92e (WiiU/kpad) Actually return true when kpad_init succeeds, warning fix 2020-05-17 16:43:38 +10:00
Ash Logan
41541128c5 (WiiU/hid) Warning fixes 2020-05-17 16:42:31 +10:00
Ash Logan
cdaf907467 (WiiU/hid) hid.h only used in drivers_hid/wiiu, don't include everywhere 2020-05-17 16:39:41 +10:00
Ash Logan
f22af81e7d (WiiU/wpad) Allow hotplugging Gamepad, support >1 channel 2020-05-17 16:32:51 +10:00
Jamiras
9107e5767c make message less verbose 2020-05-16 09:28:13 -06:00
Jamiras
6946f878ef disable hardcore when cheats are enabled 2020-05-16 08:01:24 -06:00