jdgleaver
334a43a7c5
Prevent unnecessary extraction (to disk) of compressed content files + task_content.c clean-ups
2021-05-20 17:08:51 +01:00
Autechre
29475a904f
Merge pull request #12419 from crystalct/master
...
Change default video driver name for PSL1GHT
2021-05-20 05:30:26 +02:00
U-LAPTOP-0BS9KNOH\crystal
159602d697
Change default video driver name for PSL1GHT
2021-05-19 22:50:34 +02:00
twinaphex
de88edf56c
Fix header include now that defines/ files are in libretro-common
2021-05-19 16:47:40 +02:00
twinaphex
4fb6bc9f33
Fix another camelcase variable
2021-05-19 16:13:05 +02:00
twinaphex
b82a20ea0c
We don't want camelcase notation variable names for RetroArch
2021-05-19 16:11:26 +02:00
twinaphex
8291b18771
Small cleanup to cheevos content loading part
2021-05-19 16:05:42 +02:00
twinaphex
181824eb00
(Tasks/content) Split up CDROM code into tasks/task_content_disc.c
2021-05-19 15:53:38 +02:00
twinaphex
7a2115670a
Fix relative path includes
2021-05-19 15:41:40 +02:00
Autechre
951999e5ce
Merge pull request #12416 from crystalct/master
...
PSL1GHT salamander build fix
2021-05-19 14:48:03 +02:00
U-LAPTOP-0BS9KNOH\crystal
23acacf436
PSL1GHT salamander build fix
2021-05-19 00:31:09 +02:00
twinaphex
925c459aed
Use single snprintf instead of multiple strlcpy/strlcat calls in
...
several places
2021-05-18 23:18:09 +02:00
twinaphex
0482892a9c
Get rid of return variable for snprintf
2021-05-18 23:09:45 +02:00
Autechre
dd922bfc2c
Merge pull request #12413 from Jamiras/cheevos_sprintf
...
(cheevos) replace sprintf with snprintf
2021-05-18 22:55:13 +02:00
twinaphex
35543ecd91
Move defines files over to libretro-common
2021-05-18 22:15:04 +02:00
twinaphex
e08290acb0
Less strlcpy/strlcat concatenation of strings
2021-05-18 21:06:29 +02:00
twinaphex
e34c84d791
Use snprintf in more situations
2021-05-18 20:19:19 +02:00
twinaphex
2e4b734159
Cleanups - replace several messy strlcpy/strlcats with one single
...
snprintf
2021-05-18 20:09:48 +02:00
twinaphex
3b64752f4f
Simplify strlcpy/strlcat combinations to single snprintf
2021-05-18 20:01:51 +02:00
twinaphex
9829051841
win32_localize_menu - replace strcmp call with string_is_not_equal
2021-05-18 19:49:57 +02:00
twinaphex
fc2a011a5c
Use single snprintf call where possible instead of multiple
...
strlcpy/strlcat calls
2021-05-18 19:36:20 +02:00
twinaphex
0e7ff6ea4e
- Avoid some repeated strlcpy/strlcat calls one after another; replace
...
it with a single snprintf call under the assumption it will probably
still be faster
- In some instances, the first time the string was manipulated on was
with a strlcat call instead of an strlcpy - change this
2021-05-18 19:27:54 +02:00
twinaphex
e784cc1aaf
Cleanup some accessibiliyt-related code - pre-initialize strings
...
normally, don't use weird string_is_equal check which checks if string
is empty, etc.
2021-05-18 19:02:10 +02:00
twinaphex
e4a8f42ad1
win32_localize_menu - get rid of direct strcpy/strcat calls
2021-05-18 18:53:30 +02:00
Autechre
a04fe66032
Merge pull request #12380 from stenzek/vulkan-software-fb
...
(video/vulkan) Avoid caching stale mapped GPU texture as frame data
2021-05-18 18:01:47 +02:00
Jamiras
9669cff16b
fix travis error
2021-05-18 09:46:03 -06:00
Jamiras
09439332f3
implement feedback
2021-05-18 09:40:53 -06:00
Jamiras
216deda910
replace sprintf with snprintf
2021-05-18 08:31:44 -06:00
twinaphex
7bbdd6d18a
Prefer using snprintf instead of insecure sprintf
2021-05-18 15:14:08 +02:00
twinaphex
b037da7264
(vita/launcher) Use snprintf
2021-05-18 15:07:58 +02:00
twinaphex
ef35adc9d6
platform_ps2.c - Use snprintf
2021-05-18 14:15:18 +02:00
twinaphex
f6a8480f21
(platform_psp.c) Switch to strlcpys instead of sprintf
2021-05-18 13:57:23 +02:00
Autechre
d3b3b40ea7
Update CHANGES.md
2021-05-18 13:43:43 +02:00
Autechre
6972cc2bc6
Merge pull request #12398 from DisasterMo/playlist_entry_enumeration
...
(ozone) Added simple playlist entry enumeration
2021-05-18 13:19:35 +02:00
twinaphex
74cef32c1d
Cleanups
2021-05-18 00:57:46 +02:00
Michael Burgardt
d50be7a0ab
Added simple playlist entry enumeration to ozone; added toggle option by jdgleaver
2021-05-17 18:49:25 +02:00
twinaphex
d228e5f759
Small style nits
2021-05-17 15:58:04 +02:00
Autechre
10546594de
Update CHANGES.md
2021-05-17 15:54:39 +02:00
Autechre
e9b5f009cc
Merge pull request #12411 from jdgleaver/max-users-dropdown-fix
...
(XMB) Fix display of 'Maximum Users' menu entry dropdown list
2021-05-17 15:52:14 +02:00
twinaphex
d6ec36c707
Enable 'Cache Core Info Files' by default for all platforms
2021-05-17 15:47:28 +02:00
jdgleaver
be84700d0a
(XMB) Fix display of 'Maximum Users' menu entry dropdown list
2021-05-17 14:41:57 +01:00
Autechre
ad5b2d614a
Merge pull request #12401 from davidgfnet/br3
...
Add brightness restore hook
2021-05-17 13:24:50 +02:00
Autechre
9e87040c02
Merge pull request #12406 from guoyunhe/crowdin
...
Fetch translations from Crowdin
2021-05-17 13:24:39 +02:00
Autechre
90abd49892
Merge pull request #12410 from Alcaro/master
...
rpng: Fix some memory corruption if processing broken input
2021-05-17 13:22:51 +02:00
Alcaro
654aae58d6
rpng: Fix some memory corruption if processing broken input
2021-05-17 08:43:53 +02:00
twinaphex
e6adca7679
rarch_init_core_options_path - NULL termination of strings is already
...
done outside by caller
2021-05-17 00:56:29 +02:00
Autechre
095f6d4377
Merge pull request #12407 from crystalct/master
...
PSL1GHT joypad restored
2021-05-16 23:01:32 +02:00
Autechre
b946b146f3
Merge pull request #12408 from LazyFunker/master
...
Fix typo
2021-05-16 23:00:39 +02:00
LazyFunker
4e0f8bf621
Fix typo
2021-05-16 20:44:31 +02:00
unknown
de4343caeb
PSL1GHT joypad restored
2021-05-16 20:04:43 +02:00