53745 Commits

Author SHA1 Message Date
twinaphex
a3d3e18369 Update 2020-05-20 19:54:37 +02:00
Autechre
69ec94fe47
Merge pull request #10673 from jdgleaver/window-title-fix
NUL terminate 'fps_text' string
2020-05-20 18:55:26 +02:00
jdgleaver
41cee583e3 NUL terminate 'fps_text' string 2020-05-20 17:51:20 +01:00
Autechre
4713bf5cef
Merge pull request #10672 from jdgleaver/file-path-optimisations
Various file path handling optimisations
2020-05-20 18:21:59 +02:00
jdgleaver
c346e1f816 Various file path handling optimisations 2020-05-20 17:05:22 +01:00
twinaphex
3d677ee90c (Discord RPC) Simplify - use string_is_equal - de-auto type certain
variables where possible
2020-05-20 17:59:42 +02:00
twinaphex
057ae3c134 Update CHANGES.md 2020-05-20 17:35:52 +02:00
twinaphex
e64b4c1d24 For gamepad-like console/Android TV devices - default to Ozone 2020-05-20 17:34:39 +02:00
twinaphex
aeb3f692d5 Get rid of superfluous get_ai_service_auto/set_ai_service_auto get/set
wrapper functions
2020-05-20 16:35:53 +02:00
twinaphex
af01b97a11 Add TODO/FIXME 2020-05-20 16:32:20 +02:00
twinaphex
d9ab59cb4a Comment out function that isn't used 2020-05-20 16:29:57 +02:00
twinaphex
4a20709645 (Win32) Cleanup accessibility_speak_windows 2020-05-20 16:26:39 +02:00
twinaphex
647bdc5cbd (Discord RPC) Cleanups 2020-05-20 16:10:46 +02:00
twinaphex
115e779cf0 (Discord) Comment out code that isn't being used 2020-05-20 16:03:46 +02:00
twinaphex
3387170d62 (Discord) Cleanups - get rid of discord_register.h header 2020-05-20 15:43:01 +02:00
twinaphex
03ea12d334 Move discord files to network/ 2020-05-20 15:27:27 +02:00
twinaphex
a8fdfd77ce Make gamma correction 'int' type across the board 2020-05-20 15:04:16 +02:00
twinaphex
cb5de27631 Cleanup 2020-05-20 14:48:22 +02:00
twinaphex
d9ccd3a737 Turn core_poll_type_override into enum variable 2020-05-20 14:23:25 +02:00
Autechre
5874bb8b27
Update CHANGES.md 2020-05-20 14:02:41 +02:00
Autechre
2f42fc5932
Merge pull request #10670 from jdgleaver/remap-default-fix
(Input Remapping) Fix 'reset to default' action for analog sticks and undefined core inputs
2020-05-20 13:58:31 +02:00
jdgleaver
0bbd5b7a45 (Input Remapping) Fix 'reset to default' action for analog sticks and undefined core inputs 2020-05-20 11:48:09 +01:00
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