twinaphex
|
6085ed358d
|
(RPNG) Use malloc
|
2020-06-27 21:09:29 +02:00 |
|
twinaphex
|
5783494e13
|
(libretro-common) Cleanups
|
2020-06-27 14:55:08 +02:00 |
|
twinaphex
|
c3f8b7741c
|
Add fallback paths for nbio_stdio.c
|
2020-06-27 14:07:41 +02:00 |
|
twinaphex
|
c1275cc83d
|
Cleanups
|
2020-06-27 13:58:15 +02:00 |
|
twinaphex
|
b0b588a56a
|
(VFS) Add fseeko/ftello support
|
2020-06-27 13:41:59 +02:00 |
|
twinaphex
|
1b86ea43c3
|
Try to use vsnprintf where possible instead of vsprintf
|
2020-06-26 20:56:14 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
twinaphex
|
fa50695b89
|
Cleanups
|
2020-06-26 19:25:53 +02:00 |
|
twinaphex
|
966348327d
|
Cleanups
|
2020-06-26 19:07:38 +02:00 |
|
twinaphex
|
08a1a21d71
|
(libretro-common) Cleanups
|
2020-06-26 15:26:52 +02:00 |
|
twinaphex
|
b39ef98d2a
|
Small optimization
|
2020-06-26 14:45:48 +02:00 |
|
twinaphex
|
2f235f0abb
|
Cleanups
|
2020-06-25 23:16:08 +02:00 |
|
jdgleaver
|
b6364407fd
|
Optimise parsing of configuration files
|
2020-06-25 15:15:08 +01: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 |
|
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
|
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
|
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 |
|
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
|
0cdea62072
|
(core_info.c) Try to avoid config_get_string
|
2020-06-24 11:57:58 +02:00 |
|
twinaphex
|
a00ab53ef6
|
Put fprintfs and printfs behind ifndef NDEBUG
|
2020-06-17 11:22:31 +02:00 |
|
twinaphex
|
01bd76405f
|
Buildfixes
|
2020-06-13 08:37:26 +02:00 |
|
jdgleaver
|
321ede2256
|
(X11/udev) Input fixes
|
2020-06-12 14:12:22 +01:00 |
|
twinaphex
|
ac8985a38f
|
Buildfix for OSX PPC
|
2020-06-08 13:45:32 +02:00 |
|
Jamiras
|
7d488aa200
|
use rcheevos for identifying games
|
2020-06-07 17:13:50 -06:00 |
|
twinaphex
|
bb73fc6a89
|
Silence warnings
|
2020-06-05 22:39:44 +02:00 |
|
Autechre
|
b88377d277
|
Merge pull request #10787 from guoyunhe/new-languages
Add Persian, Hebrew and Asturian language options
|
2020-06-04 16:31:12 +02:00 |
|
Guo Yunhe
|
0701b99039
|
Add Persian, Hebrew and Asturian language options
|
2020-06-04 14:54:28 +03:00 |
|
jdgleaver
|
0a33e562f4
|
Add option to backup/restore installed cores
|
2020-06-04 12:20:58 +01:00 |
|
jdgleaver
|
a1210d63cc
|
Extended core message interface - add API support for 'progress' messages
|
2020-05-26 11:42:46 +01:00 |
|
jdgleaver
|
23916f88c7
|
Extended core message interface - add concept of message 'type'
|
2020-05-26 10:03:25 +01:00 |
|
jdgleaver
|
fc8b76708a
|
Add API extension to provide cores with finer grained control over environment callback messages
|
2020-05-26 10:03:25 +01:00 |
|
twinaphex
|
a1752db25a
|
Put this behind DEBUG ifdef
|
2020-05-24 20:49:58 +02:00 |
|
twinaphex
|
8bf11e9b18
|
(libretro-common) Try to prevent implicit usage of stdio fprintf
|
2020-05-24 20:18:36 +02:00 |
|
twinaphex
|
d9bbe604e9
|
silence unused variable warnings
|
2020-05-24 19:13:22 +02:00 |
|
twinaphex
|
67f0df94f9
|
(CDROM) Reduce log spam
|
2020-05-24 19:11:55 +02:00 |
|
twinaphex
|
376b62e8fa
|
Cut down on more unnecessary strlens
|
2020-05-24 17:25:52 +02:00 |
|
Weedy Weed Smoker
|
80c1b54b52
|
Merge branch 'master' into International-translations-update
|
2020-05-23 03:14:09 +07:00 |
|
jdgleaver
|
d24498bdf1
|
Image file type detection fixes/optimisations
|
2020-05-22 16:57:37 +01:00 |
|
twinaphex
|
0edd97d5db
|
file_path.c) Cleanup
|
2020-05-21 20:04:36 +02:00 |
|