MrHuu
3f8fde540d
(3DS) Add unique ID's ( #14330 )
...
- Arduous
- Gong
- Jump 'n Bump
- Mini vMac
- RETRO8
- Super Mario War
- Vapor Spec
- vitaQuake2-rogue
- vitaQuake2-xatrix
- vitaQuake2-zaero
2022-08-18 19:11:29 +02:00
Jamiras
2acc7c4b39
release achievement badge textures when video driver is deinitialized ( #14329 )
2022-08-18 04:28:55 +02:00
Jamiras
e0a065d20e
don't hold property_lock while gathering tasks ( #14328 )
2022-08-18 04:28:40 +02:00
sonninnos
c818024bc6
(RGUI) Savestate thumbnails ( #14326 )
2022-08-18 02:12:50 +02:00
github-actions
245319c389
Fetch translations from Crowdin
2022-08-18 00:12:16 +00:00
LibretroAdmin
4c7e316aa2
Turn functions static
2022-08-17 16:47:44 +02:00
MrHuu
46bafd6e46
(3DS) Add bottom menu options ( #14323 )
2022-08-17 08:23:07 +02:00
github-actions
b55e6d10c7
Fetch translations from Crowdin
2022-08-17 00:11:51 +00:00
Giovanni Cascione
093432d6c4
mali_fbdev: fix assertion failed on video threaded switch ( #14316 )
...
* mali_fbdev: fix assertion failed on video thread switch
* mali_fbdev: added fallback to get refresh rate currently set
2022-08-16 22:13:43 +02:00
github-actions
b32ec36130
Fetch translations from Crowdin
2022-08-16 00:14:31 +00:00
Filipe Azevedo
e8668a5c71
rzipstream_tell: Fix missing tell for non compressed files ( #14313 )
...
The tell call would always return the compressed stream position.
2022-08-15 17:48:09 +02:00
github-actions
cb82725cc2
Fetch translations from Crowdin
2022-08-15 00:11:58 +00:00
github-actions
212013f677
Fetch translations from Crowdin
2022-08-14 00:12:45 +00:00
Cthulhu-throwaway
c180560165
(Netplay) Improve check frames menu entry ( #14320 )
2022-08-13 22:28:43 +02:00
Cthulhu-throwaway
8914f0b6fe
(Netplay) Less cryptic error messages ( #14319 )
2022-08-13 10:54:09 +02:00
LibretroAdmin
1580dbae6b
Go about this a different way - lck and lsae are read from exts
...
instead of the string_list
2022-08-13 02:55:33 +02:00
Cthulhu-throwaway
2d1c238c1d
Special functions for core serialization ( #14317 )
2022-08-13 02:24:28 +02:00
github-actions
74ef6a0f4a
Fetch translations from Crowdin
2022-08-13 00:13:23 +00:00
LibretroAdmin
4a1aaa55ec
* Safer way of appending extensions at the end of the string - ( #14318 )
...
instead of this manual assignment, we can take advantage of the
string list in one of the instances to add the extensions to it.
Less string copying/concatenation that way later on as well.
* Append the extension to the string earlier before it's passed
to the leaf function that needs it
2022-08-13 01:40:45 +02:00
LibretroAdmin
59866ddac6
(video_shader_parse.c) Safer code
2022-08-12 22:09:33 +02:00
LibretroAdmin
e264ab0547
Add necessary compilation files to Griffin and Makefile.common
2022-08-12 21:56:36 +02:00
LibretroAdmin
86e4c0394b
(glslang) Go back to prior code
2022-08-12 21:49:42 +02:00
hunterk
b793169638
add credits to Cyber for their NTSC presets ( #14315 )
2022-08-12 07:31:46 +02:00
github-actions
1920430539
Fetch translations from Crowdin
2022-08-12 00:11:11 +00:00
Cthulhu-throwaway
54f06c55f5
(Netplay) More removal of older unused code ( #14314 )
2022-08-12 01:36:55 +02:00
Cthulhu-throwaway
908667d97a
(Netplay) Removal of older unused code ( #14312 )
2022-08-11 23:17:33 +02:00
Filipe Azevedo
d62b866237
rzipstream_gets: Fix missing eol ( #14311 )
...
The eol was always stripped from the data, leading to behavior
differences with filestream_gets and general read line implementations.
2022-08-11 23:17:00 +02:00
LibretroAdmin
4c4bec11f7
NULL termination already happens in strlcpy
2022-08-10 02:45:27 +02:00
github-actions
13b5ec4b1a
Fetch translations from Crowdin
2022-08-10 00:11:42 +00:00
LibretroAdmin
d5cc01c574
Fix another assignment mistake of the NULL terminator
2022-08-09 19:28:29 +02:00
LibretroAdmin
ec47b9883d
(configuration.c) Fix mistake in NULL terminator assignment
2022-08-09 18:53:45 +02:00
github-actions
440a67e4b8
Fetch translations from Crowdin
2022-08-09 00:13:27 +00:00
LibretroAdmin
96a0486790
C89_BUILD buildfix
2022-08-09 00:01:55 +02:00
LibretroAdmin
a6e210e9db
Get rid of some strlcats
2022-08-08 22:41:32 +02:00
LibretroAdmin
05cf639712
Reduce amount of strlcats in retroarch.c
2022-08-08 21:46:37 +02:00
Cthulhu-throwaway
c030e1c5dc
(Netplay) Support for customizing chat colors ( #14305 )
2022-08-08 20:09:06 +02:00
LibretroAdmin
a9157f975e
String cleanups ( #14304 )
...
(retroarch.c) retroarch_get_capabilities - get rid of strlcat
party in RARCH_CAPABILITIES_CPU, do simple manual assignment for
concatenation instead and NULL terminate at the end
(menu_displaylist.c) Do something about some of the unnecessarily huge
local strings of PATH_MAX_LENGTH size (can be as large as 8192)
(menu_displaylist.c) Replace some trivial strlcats / snprintfs
(D3D10/D3D11/D3D12) Strings don't need to be initialized -
strlcpy already null-terminates - get rid of some constants
2022-08-08 19:11:15 +02:00
Cthulhu-throwaway
d3f3c58e61
(Network) Fix getnameinfo_retro's port value for HAVE_SOCKET_LEGACY platforms ( #14303 )
2022-08-08 15:28:42 +02:00
github-actions
5ffe62a52b
Fetch translations from Crowdin
2022-08-08 00:11:35 +00:00
Cthulhu-throwaway
078f712b34
(WiiU) Attempt fix ( #14302 )
2022-08-07 20:32:27 +02:00
Cthulhu-throwaway
976a49ad2b
Ensure #ifdef instead of #if for HAVE_NETWORKING ( #14299 )
2022-08-07 13:42:09 +02:00
github-actions
3dc979356f
Fetch translations from Crowdin
2022-08-07 00:13:49 +00:00
LibretroAdmin
ba8cc5f381
Cut down on some of the strlcats
2022-08-07 00:28:13 +02:00
LibretroAdmin
0edbe945b4
(MaterialUI/XMB) Optimize refreshing of playlists
2022-08-06 20:32:19 +02:00
LibretroAdmin
1b43e60c7c
(Ozone) Use less path_remove_extension and work more with return values
...
from file_path.c functions
(menu_cbs_title) Small optimization to string concatenation
2022-08-06 19:51:00 +02:00
LibretroAdmin
c7786a45e1
Create path_get_extension_mutable and use it in menu_explore function
...
for trivial extension replacement in string
2022-08-06 19:06:31 +02:00
LibretroAdmin
94ed25be56
Cleanups ( #14296 )
...
- (database_info.c) Optimizations for database_info_build_query_enum() -
it would call strlcat at the very least 3 times, normally more than that.
Every strlcat call is at least one or more strlens. Reduce it all down
to manual string concatenation and one strlcat
- (database_info_build_query_enum) - always NULL terminates string so no need for NULL termination done by callee
* (menu_displaylist) use smaller strings for basename paths, remove one unnecessary string
in menu_displaylist.c function
- (disk_index_file.c) Avoid another trivial string concatenation by doing
it manually after fill_pathname_join_special
- (fill_pathname_join_delim) since fill_pathname_join_delim() now has a return value, use it for
string concatenation
- (platform_unix) - Use BUFSIZ as size for a buffer in system_property_get
- some other trivial strlcat usage replacements
2022-08-06 18:04:40 +02:00
Tatsuya79
72b4cf914e
Rename video filters ( #14293 )
2022-08-06 13:05:01 +02:00
github-actions
5b09b6614b
Fetch translations from Crowdin
2022-08-06 00:12:09 +00:00
LibretroAdmin
879674d4c3
Had to update Makefile.emscripten too
2022-08-05 23:51:34 +02:00