twinaphex
|
7027b094c1
|
gfx_display_draw_text - cleanups
|
2020-06-25 23:45:14 +02:00 |
|
twinaphex
|
2f235f0abb
|
Cleanups
|
2020-06-25 23:16:08 +02:00 |
|
twinaphex
|
91f5ca4105
|
Cleanups
|
2020-06-25 23:10:54 +02:00 |
|
Autechre
|
1397468496
|
Update CHANGES.md
|
2020-06-25 16:50:37 +02:00 |
|
Autechre
|
b7ed6a48e6
|
Merge pull request #10916 from jdgleaver/config-file-optimisation
Optimise parsing of configuration files
|
2020-06-25 16:34:40 +02:00 |
|
jdgleaver
|
b6364407fd
|
Optimise parsing of configuration files
|
2020-06-25 15:15:08 +01:00 |
|
Autechre
|
e2c7af85e6
|
Update CHANGES.md
|
2020-06-25 15:08:09 +02:00 |
|
twinaphex
|
6e072e245e
|
Enlarged INT/UINT selection limit from 999 to 9999
|
2020-06-25 14:41:56 +02:00 |
|
twinaphex
|
de36ff20fb
|
Create string_ends_with_size
|
2020-06-25 14:38:06 +02:00 |
|
twinaphex
|
e727e85b1d
|
Updates
|
2020-06-25 14:01:19 +02:00 |
|
twinaphex
|
aa48eeb98e
|
Turn path_default_slash uppercase, and do some optimizations
|
2020-06-25 13:36:01 +02:00 |
|
twinaphex
|
601a73fa8b
|
Use string_starts_with_size where possible - avoids the strlen
|
2020-06-25 12:51:04 +02:00 |
|
twinaphex
|
35527c24c3
|
Revert "Optimize config_get_bool"
This reverts commit 1c38dc67c28c3537a1f841a127e3bfc2ff55ee09.
|
2020-06-25 12:08:36 +02:00 |
|
Autechre
|
be49eb93e1
|
Merge pull request #10914 from jdgleaver/config-file-comment-fix
(config_file) Fix handling of comments at the end of config file lines
|
2020-06-25 11:49:17 +02:00 |
|
jdgleaver
|
9c2b6dffc2
|
(config_file) Fix handling of comments at the end of config file lines
|
2020-06-25 10:29:40 +01:00 |
|
twinaphex
|
1c38dc67c2
|
Optimize config_get_bool
|
2020-06-25 03:03:42 +02:00 |
|
twinaphex
|
8fccac666e
|
Use STRLEN_CONST where possible
|
2020-06-24 22:57:41 +02:00 |
|
twinaphex
|
67898f5d12
|
(Font drivers) Simplifications
|
2020-06-24 21:27:47 +02:00 |
|
twinaphex
|
9cb4d924cb
|
Revert "(drivers_font) Cut down on unnecessary strlen calls within a for loop"
This reverts commit 3e9d0b875835dba8452d18cf36bc0f9e4e46517a.
|
2020-06-24 21:09:44 +02:00 |
|
twinaphex
|
5fc63dc578
|
Cleanup
|
2020-06-24 21:07:35 +02:00 |
|
twinaphex
|
3e9d0b8758
|
(drivers_font) Cut down on unnecessary strlen calls within a for loop
- precompute once for function duration
|
2020-06-24 20:52:39 +02:00 |
|
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 |
|