1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
Commit Graph

52384 Commits

Author SHA1 Message Date
twinaphex
96018412c0 Cleanups 2020-02-01 03:27:58 +01:00
twinaphex
35b8c4cb05 Cleanup 2020-02-01 02:02:50 +01:00
Twinaphex
063e1a5d33
Update CHANGES.md 2020-02-01 01:52:22 +01:00
Twinaphex
f54cd38f2e
Update CHANGES.md 2020-02-01 01:51:59 +01:00
Twinaphex
04a5cbab4f
Update CHANGES.md 2020-02-01 01:51:18 +01:00
Twinaphex
823f6b1047
Merge pull request #10084 from hasenbanck/override-netplay-fix
Save netplay settings which have a CLI override.
2020-02-01 01:50:47 +01:00
twinaphex
2db0d1f518 Cleanups 2020-02-01 01:50:01 +01:00
twinaphex
cd9ca691ca (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
Nils Hasenbanck
ec254f817d Save netplay settings which have a CLI override.
Currently the CLI overrides should not be saved when creating a confi-
guration file. But because of a bug, the user can never save netplay
settings which have an override.

This change prevents the frontend to set the "override flag" for these
options when setting the setting manually via the settings menu.

This enables toe saving of the affected settings again.
2020-01-31 15:21:20 +01:00
twinaphex
84251b02bd verbosity.c - add necessary header 2020-01-31 15:06:50 +01:00
twinaphex
f0e889b552 Change prototype of video_driver_set_size 2020-01-31 15:06:50 +01:00
Twinaphex
b490c774bf
Update compat_ifaddrs.c 2020-01-31 07:48:32 +01:00
twinaphex
9f66968d1b Update verbosity.c 2020-01-31 02:34:16 +01:00
twinaphex
12da79730f Merge runahead/mem_util.c into retroarch.c 2020-01-31 02:32:49 +01:00
twinaphex
982e35db45 Use strlcat instead of strcat 2020-01-30 22:20:18 +01:00
twinaphex
941b5f83f3 Prefer to use strlcpy/strlcat instead of strcpy/strcat 2020-01-30 22:14:50 +01:00
twinaphex
3fc8aa7071 Cleanup 2020-01-30 22:03:49 +01:00
twinaphex
8c76e82e2f Simplify copy_core_to_temp_file 2020-01-30 21:55:38 +01:00
twinaphex
5ef559f6d8 Simplify copy_core_to_temp_file 2020-01-30 21:45:43 +01:00
twinaphex
0421d463f8 JUst use strdup instead of strcpy_alloc 2020-01-30 21:26:54 +01:00
twinaphex
bb3e7fad66 - Make strcpy_alloc a static function of mem_util.c
- Make sure we avoid strcpy as much as possible - preferring
to use strlcpy instead
2020-01-30 20:16:20 +01:00
twinaphex
d7c2eba4fd Simplify get_temp_directory_alloc 2020-01-30 20:05:44 +01:00
twinaphex
e31ba43b5a Don't need to use verbosity_get_ptr for this 2020-01-30 19:47:03 +01:00
twinaphex
5d428d471c Move logging code over to verbosity.c 2020-01-30 19:22:57 +01:00
twinaphex
a934e13309 Move variables into function 2020-01-30 19:13:17 +01:00
twinaphex
d631da7d11 Start taking settings dependencies out of rarch_log_file_init
function
2020-01-30 19:04:05 +01:00
twinaphex
08239ead20 Remove duplicate English strings 2020-01-30 18:26:44 +01:00
twinaphex
7c0e80a415 (RPNG) Fix test compilation, currently fails though 2020-01-30 17:52:32 +01:00
twinaphex
0ff69ec3df Move test over to samples 2020-01-30 17:47:15 +01:00
twinaphex
cad21249e0 Move crc32.c to samples 2020-01-30 17:44:29 +01:00
twinaphex
acfe7ab16d Updates to samples/utils 2020-01-30 17:41:38 +01:00
twinaphex
652923d056 Move files around 2020-01-30 17:31:49 +01:00
twinaphex
4d18f3e9b7 Create more tests 2020-01-30 17:25:58 +01:00
twinaphex
df06a0effe Fix names 2020-01-30 17:14:45 +01:00
twinaphex
e13ffc7507 Add missing samples 2020-01-30 17:13:44 +01:00
twinaphex
12ec690044 Add samples test file for config_file 2020-01-30 17:02:52 +01:00
twinaphex
7f4139c427 Get rid of wrong double ';;' 2020-01-30 16:53:20 +01:00
twinaphex
74cd84399f Cleanups - Replace '== NULL' 2020-01-30 16:47:33 +01:00
Twinaphex
f762ea6412
Update CHANGES.md 2020-01-30 16:39:25 +01:00
Twinaphex
46e26d9682
Update CHANGES.md 2020-01-30 16:37:57 +01:00
Twinaphex
057e57e0b6
Update CHANGES.md 2020-01-30 16:37:38 +01:00
Twinaphex
7f6b9fb31a
Merge pull request #10080 from Jamiras/cheevos_unsupported_core
(cheevos) don't block sameboy core because it only exposes some memory
2020-01-30 16:36:52 +01:00
twinaphex
a034909ae9 Cleanups 2020-01-30 16:35:59 +01:00
twinaphex
f785e4b045 Replace while (1) with for (;;) - avoids MSVC warnings 2020-01-30 16:15:52 +01:00
twinaphex
8870632918 Get rid of unused RARCH_CTL_SET_FRAME_TIME_LAST 2020-01-30 04:39:22 +01:00
Jamiras
3ff13783fa workaround for sameboy only exposing RAM 2020-01-29 07:30:28 -07:00
twinaphex
fe98aab910 Buildfix 2020-01-29 14:17:39 +01:00
twinaphex
260be59c9e C89_BUILD buildfix 2020-01-29 13:24:11 +01:00
twinaphex
2688805872 (retroarch.c) move variables to top 2020-01-29 03:48:09 +01:00
twinaphex
ed84fd73a3 Cleanups 2020-01-29 03:46:25 +01:00