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
Twinaphex
07c6b4c363
Merge pull request #9470 from Wiimpathy/WiiLightgun
...
Wii: Add wiimote lightgun support
2019-09-16 04:49:01 +02:00
Twinaphex
454b4ea715
Update CHANGES.md
2019-09-16 04:31:30 +02:00
Twinaphex
7c2d2246fe
Update CHANGES.md
2019-09-16 04:30:27 +02:00
Twinaphex
725430994d
Update CHANGES.md
2019-09-16 03:20:14 +02:00
Twinaphex
ea7e682253
Update AndroidManifest.xml
v1.7.8.4
2019-09-16 03:06:19 +02:00
Twinaphex
97d2be1ff3
Update CHANGES.md
2019-09-16 03:03:17 +02:00
Twinaphex
d38dfa60f6
Update CHANGES.md
2019-09-16 03:02:27 +02:00
twinaphex
b179dde1e7
Cleanups
2019-09-15 07:46:24 +02:00
twinaphex
4c7beacfe4
(RPNG) rpng_is_valid - cleanup
2019-09-15 07:40:02 +02:00
twinaphex
b7fe19b6c8
(libretro-common) RPNG - Cleanup
2019-09-15 02:04:37 +02:00
benoa
744fac6777
Wii: Add wiimote lightgun support
2019-09-15 00:46:02 +02:00
Yoshi Sugawara
f0adf90ec0
(iOS/tvOS): add references to some iOS specific source files to xcode project to make it easier to open and search source files; removed call to show native menu when going into the background
2019-09-14 14:16:23 -07:00
Yoshi Sugawara
70b573c951
added apple common ui files
2019-09-14 13:37:01 -07:00
Twinaphex
e1a7b82b2e
Merge pull request #9468 from yoshisuga/ios_build_fixes
...
(iOS/tvOS): IOS/tvOS build fixes
2019-09-14 22:05:50 +02:00
Yoshi Sugawara
c24caa8f48
(iOS/tvOS): IOS/tvOS build fixes:
...
- change bundle identifier to match that used in the official releases
- remove code signature assignment
- add a minimal assets.zip so that one can build and run without having to be required to go thru the online updater
- add the tvOS core directory
2019-09-14 12:59:22 -07:00
Twinaphex
753be84ae0
(Apple) Silence some warnings
2019-09-14 17:15:30 +02:00
twinaphex
27ada9b7b2
Buildfixes for --disable-menu
2019-09-14 07:24:26 +02:00
twinaphex
785ed87117
(libnx/switch) Add HAVE_TRANSLATE
2019-09-12 17:59:06 +02:00
Twinaphex
85f07b6f27
Merge pull request #9405 from Jamiras/psx_cheevos_cdfs
...
add hashing support for PSX cheevos (bin/cue, chd, or real CD)
2019-09-11 23:38:23 +02:00
Twinaphex
f004666674
Merge pull request #9456 from jdgleaver/date-format
...
Menu time/date: Add 12-hour versions of all formats + clean ups
2019-09-10 17:58:11 +02:00
Twinaphex
eb012a353a
Merge pull request #9460 from jdgleaver/build-fix
...
'CXX_BUILD=1' build fix
2019-09-10 17:58:01 +02:00
jdgleaver
c645d43598
'CXX_BUILD=1' build fix
2019-09-10 16:49:07 +01:00
Twinaphex
ef3c83da04
Merge pull request #9459 from jdgleaver/runtime-date-format
...
Enable customisation of runtime 'last played' display format
2019-09-10 17:35:20 +02:00
jdgleaver
a0fd9d21d2
Enable customisation of runtime 'last played' display format
2019-09-10 16:14:38 +01:00