twinaphex
c186747edc
(video_shader_parse) avoid some more snprintfs
2019-09-18 09:11:32 +02:00
twinaphex
922680851a
(features_cpu) noticed that the buffer wasn't actually being used,
...
so it can go
2019-09-18 08:37:35 +02:00
twinaphex
3fbeb0617b
(glslang_util_cxx.cpp) Get rid of this strlcpy too
2019-09-18 08:03:49 +02:00
twinaphex
306d7f6f8a
glsl_find_uniforms_frame - get rid of the remaining strlcats
2019-09-18 07:53:59 +02:00
twinaphex
ab60005cdc
(GLSL) Avoid snprintf, prefer strlcpy/strlcat where possible
2019-09-18 07:32:06 +02:00
twinaphex
f663c64cd4
(MaterialUI/Ozone) Prevent more unnecessary strlcats
2019-09-18 06:43:01 +02:00
twinaphex
a9ef8333eb
Rewrite menu_entries_get_core_title
2019-09-18 06:35:21 +02:00
twinaphex
6d89bbfe61
(Menu animation) Avoid some strlcat usage here too
2019-09-18 05:54:32 +02:00
twinaphex
b0a8f5d775
(menu displaylist) Some more cleanups
2019-09-18 05:40:06 +02:00
twinaphex
ed77d46cc9
Cut down on some strlcat usage where not necessary
2019-09-18 04:58:52 +02:00
twinaphex
1ced1b3f73
(Platform unix) Updates
2019-09-18 03:37:25 +02:00
twinaphex
698387e762
(task_screenshot.c) Cleanups - don't use snprintf unless necessary
2019-09-18 02:31:02 +02:00
twinaphex
8928052863
(libretro-common) (VFS implementation) Cleanup
2019-09-18 02:23:25 +02:00
twinaphex
8fa6230426
Cleanups
2019-09-18 02:16:47 +02:00
twinaphex
7dd3939a26
Update CHANGES.md
2019-09-17 08:20:01 +02:00
twinaphex
b28c405377
Backport and rebase initial FPGA port that was done in 2017 (port
...
done for Z-Turn board) - has some outstanding issues such as
very slow framebuffer software rendering output that needs to
be overcome before this becomes usable - community help needed
2019-09-17 08:16:50 +02:00
twinaphex
b6a6127509
Replace more snprintf usage
2019-09-17 07:30:29 +02:00
twinaphex
7d58bb9799
Avoid more snprintf usage
2019-09-17 06:34:00 +02:00
twinaphex
65aa939296
task_push_http_transfer_generic - rewrite snprintf usage
2019-09-17 06:10:15 +02:00
twinaphex
c3c4638b22
Replace some snprintf usage where not necessary
2019-09-17 05:49:54 +02:00
twinaphex
a36d5926d7
Cleanups
2019-09-17 05:30:07 +02:00
twinaphex
6f6b1a8333
(Net HTTP) Avoid unnecessary snprintf
2019-09-17 05:26:00 +02:00
twinaphex
861262ef3a
(network gfx) Cleanup
2019-09-17 05:04:57 +02:00
Brad Parker
c7c7d0988e
initial network video driver, sends raw frames over TCP
2019-09-17 04:18:44 +02:00
twinaphex
712547cb2b
C89_BUILD fix
2019-09-17 03:59:59 +02:00
twinaphex
5024b77492
Prevent more strlcats that are quite trivial
2019-09-17 02:43:40 +02:00
twinaphex
d01ae6929d
Don't use strlcat for basic concatenation of characters
...
except when absolutely necessary
2019-09-17 02:00:04 +02:00
twinaphex
c2cad1f122
(platform_unix) Small cleanups
2019-09-17 01:33:54 +02:00
twinaphex
25f232616b
input_config_get_bind_string_joyaxis - replace snprintf
2019-09-17 01:25:39 +02:00
twinaphex
4ea493c86c
Turn cheat_manager_free into static function
2019-09-17 01:20:30 +02:00
Twinaphex
d526530167
Merge pull request #9474 from yoshisuga/cheevos_fix_set_sublabel
...
(cheevos) Fix crash when setting sublabel of achievement
2019-09-17 00:26:42 +02:00
Yoshi Sugawara
ae6e2f5df5
(cheevos) create a local string var to set the sublabel attribute when calling rcheevos_get_description. This prevents an unintended pointer reassignment and can cause a crash on strlcpy on some platforms
2019-09-16 12:54:03 -07:00
twinaphex
4354ad296d
Revert "Cleanup - it shouldn't be necessary to call fill_pathname_slash"
...
This reverts commit 419fe62da8607214d2aabddfa4ca8c563ad81b19.
2019-09-16 20:40:08 +02:00
twinaphex
86839db417
set_label_shader_watch_for_changes - simplify
2019-09-16 20:02:49 +02:00
twinaphex
b9e8e95498
use fill_pathname_join_delim at key places instead of snprintf
2019-09-16 19:58:56 +02:00
twinaphex
150f4f0f4b
More efficient way of adding delimiting characters - proper spacing
...
as well in title bar
2019-09-16 19:20:03 +02:00
twinaphex
66794d2166
Rewrite input_config_set_device_path
2019-09-16 18:41:46 +02:00
twinaphex
81ec152f10
fill_pathname_slash only used now inside file_path.c
2019-09-16 18:25:02 +02:00
twinaphex
60574f04d2
We don't need the double char variable here
2019-09-16 17:44:14 +02:00
twinaphex
419fe62da8
Cleanup - it shouldn't be necessary to call fill_pathname_slash
...
after fill_pathname_join
2019-09-16 17:35:15 +02:00
twinaphex
aacc544300
Turn cheat_manager_search into static function
2019-09-16 17:04:58 +02:00
twinaphex
9fd4ff7a8d
(Cheat manager)
...
- Cleanups
- Functional improvement: don't attempt to create the 'core directory'
inside the cheats directory for game-specific cheats when we are only
trying to load the cheat - if we are loading and the directory doesn't
exist, that means the cheat file doesn't exist either
2019-09-16 16:57:50 +02:00
twinaphex
352be447df
Update CHANGES.md
2019-09-16 16:35:23 +02:00
twinaphex
5ba77289d9
Merge branch 'master' of https://github.com/libretro/RetroArch
2019-09-16 16:32:50 +02:00
Twinaphex
497868ecaf
Merge pull request #9473 from Tatsuya79/patch-2
...
fix gong crash
2019-09-16 16:29:17 +02:00
Tatsuya79
ef216d3010
fix gong crash
2019-09-16 16:27:34 +02:00
twinaphex
d2add47f1e
Merge branch 'master' of https://github.com/libretro/RetroArch
2019-09-16 05:17:22 +02:00
Twinaphex
f45a1d797e
Update CHANGES.md
2019-09-16 04:56:08 +02:00
Twinaphex
80311970cf
Merge pull request #9469 from yoshisuga/ios_xcode_prep
...
(iOS/tvOS): Xcode project changes and small tweak
2019-09-16 04:49:45 +02:00
twinaphex
1040d3eedf
Merge branch 'master' of https://github.com/libretro/RetroArch
2019-09-16 04:49:34 +02:00