54478 Commits

Author SHA1 Message Date
twinaphex
198df77c29 Update 2020-06-24 20:18:06 +02:00
twinaphex
472bb775ee retro_vfs_file_open_impl - avoid two strlens at start 2020-06-24 20:17:09 +02:00
twinaphex
b846599cc7 Cleanups/simplifications 2020-06-24 19:54:35 +02:00
twinaphex
dd2844a2ac Convert calloc to malloc where possible 2020-06-24 19:45:09 +02:00
twinaphex
1c5276749a Turn calloc into malloc 2020-06-24 19:35:07 +02:00
twinaphex
f5940ed188 Use malloc instead of calloc where possible 2020-06-24 19:27:02 +02:00
twinaphex
7cac61e5eb Use malloc instead of calloc when possible 2020-06-24 18:52:42 +02:00
twinaphex
74b3b505c9 This part of the code looked suspicious and was leaking memory
for one codepath
2020-06-24 18:39:21 +02:00
twinaphex
3a4af3149b (libretro-common) Use malloc instead of calloc when possible 2020-06-24 17:35:02 +02:00
twinaphex
53f3199652 Reordered this code somewhat 2020-06-24 15:40:42 +02:00
Autechre
e7b73e179a
Merge pull request #10910 from jdgleaver/config-file-strip-comment
(config_file) Optimise parsing of 'comment' lines in configuration files
2020-06-24 15:38:12 +02:00
jdgleaver
9b22874c73 (config_file) Optimise parsing of 'comment' lines in configuration files 2020-06-24 14:31:46 +01:00
twinaphex
b9f65af98a (Libretro-common) Sync 2020-06-24 15:05:03 +02:00
twinaphex
7fc50e7ab6 Cleanups 2020-06-24 13:46:11 +02:00
twinaphex
a2b83636d7 (Android) Some slight optimizations 2020-06-24 13:27:32 +02:00
twinaphex
84b53856a4 core_option_manager - don't go through config_get_string 2020-06-24 12:23:40 +02:00
twinaphex
0cdea62072 (core_info.c) Try to avoid config_get_string 2020-06-24 11:57:58 +02:00
twinaphex
8486c8ebfb Cleanups 2020-06-24 10:54:25 +02:00
twinaphex
6b854f8766 Update 2020-06-24 10:47:30 +02:00
twinaphex
f6acc190f6 Cleanups 2020-06-24 10:39:16 +02:00
twinaphex
58f67aacc7 Cleanups 2020-06-24 10:22:45 +02:00
twinaphex
634f18ad43 Turn more functions static 2020-06-24 10:14:03 +02:00
twinaphex
d0e426011d Move video_driver_load/save_settings functions to configuration.c 2020-06-23 22:27:40 +02:00
twinaphex
2c185fe7e2 Move input remapping code to configuration.c 2020-06-23 22:18:33 +02:00
twinaphex
388342264c Cleanup 2020-06-23 22:01:33 +02:00
twinaphex
ffff7e782a Cleanup 2020-06-23 21:56:41 +02:00
twinaphex
d31f7a915b Simplify else conditional 2020-06-23 21:35:38 +02:00
Autechre
137aeee9e8
Update CHANGES.md 2020-06-23 19:16:25 +02:00
Autechre
d927b6ec83
Merge pull request #10904 from Jamiras/cheevos_unlock_lbl
(cheevos) restore display of unlocked achievements across hardcore modes
2020-06-23 19:15:58 +02:00
twinaphex
1348902146 (GX Input) Cleanups 2020-06-23 19:10:27 +02:00
twinaphex
c0bacea187 Cut down on some pointer grabbing 2020-06-23 19:06:53 +02:00
twinaphex
9c519b73aa Split up input_joypad_analog into two functions 2020-06-23 18:52:48 +02:00
twinaphex
689ac432d6 MOve input_joypad_analog call to inside retroarch.c instead of the
input driver itself, and make function static
2020-06-23 18:31:40 +02:00
twinaphex
2a0c490913 Cleanup 2020-06-23 18:08:53 +02:00
twinaphex
a48af59c92 Cleanups 2020-06-23 18:05:07 +02:00
twinaphex
c9f634e85d Cleanups 2020-06-23 17:51:45 +02:00
twinaphex
0864b3cd38 Cleanups - don't need input_driver_get_joypad_driver anymore 2020-06-23 17:42:32 +02:00
twinaphex
10abdc5a0e Implement get_joypad_driver stub for Xenon 360 2020-06-23 17:35:39 +02:00
twinaphex
0503467f2c Turn functions static 2020-06-23 17:32:27 +02:00
twinaphex
edc5d1a1e5 Merge menu_input_bind_dialog into retroarch.c - global state is now
part of rarch_state
2020-06-23 17:26:33 +02:00
twinaphex
d62bf9b16c (menu_input_bind_dialog.c) Cleanups 2020-06-23 17:13:46 +02:00
Jamiras
e85b318038 display 'Unlocked' in hardcore mode for achievements earned in non-hardcore mode 2020-06-23 08:59:43 -06:00
twinaphex
459a7df778 (menu_input_bind_dialog.c) Pointer cleanups 2020-06-23 16:58:37 +02:00
twinaphex
f8fecadd88 menu_input_bind_dialog - cleanups 2020-06-23 16:49:08 +02:00
twinaphex
d0f57cdd6f Update 2020-06-23 15:06:20 +02:00
twinaphex
dbb2cbb959 Cleanups 2020-06-23 15:03:48 +02:00
Autechre
2e60757c5d
Merge pull request #10903 from fpscan/master
Original RACE icon
2020-06-23 14:48:37 +02:00
Ömercan Kömür
cec6b2b324
Merge pull request #6 from fpscan/fpscan-patch-2
original race icon
2020-06-23 14:46:11 +03:00
Ömercan Kömür
a89f2e81b2
original race icon
original race icon
2020-06-23 14:45:54 +03:00
twinaphex
b5c14af74a Cleanups 2020-06-23 11:46:40 +02:00