2564 Commits

Author SHA1 Message Date
twinaphex
bc5349061f Missing prototype 2020-02-10 20:39:53 +01:00
twinaphex
70e3ddb224 Cleanups 2020-02-10 17:19:49 +01:00
twinaphex
1fafdb2843 Style nits 2020-02-10 13:18:27 +01:00
twinaphex
c142ee19ba Cleanups 2020-02-10 13:12:26 +01:00
twinaphex
0c6bb6660a Cleanups 2020-02-10 11:49:50 +01:00
Guo Yunhe
a4bb8f130b
Merge branch 'master' into translation-update-script 2020-02-07 10:59:36 +02:00
twinaphex
dce610747b Update audio resampler 2020-02-07 07:53:23 +01:00
eadmaster
ed0a624b12
added GET_CONFIG_PARAM and SHOW_MSG network commands 2020-02-04 08:57:45 +01:00
twinaphex
3990254a7c Cleanups 2020-02-04 05:54:00 +01:00
twinaphex
2c2ab2a7b9 Revert "Cleanups"
This reverts commit 110dda6e48a2c400cd31ad91288135b54ba7b9dc.
2020-02-04 04:49:25 +01:00
twinaphex
309dbacb67 Cleanup 2020-02-04 03:11:57 +01:00
twinaphex
110dda6e48 Cleanups 2020-02-04 03:10:58 +01:00
twinaphex
58457ef16c Cleanups 2020-02-04 02:57:16 +01:00
twinaphex
55e7c16dea Cleanups 2020-02-04 02:50:12 +01:00
twinaphex
51bc64559b Revert "(Config file) Don't save 'nul' entries in config file anymore -"
This reverts commit 4c6d46137c05e583de5d8978e95991f36344d86b.
2020-02-04 01:02:40 +01:00
twinaphex
4c6d46137c (Config file) Don't save 'nul' entries in config file anymore -
config file size goes from 100KB to 20KB
2020-02-04 00:05:11 +01:00
twinaphex
712910dec0 Cleanups 2020-02-03 22:05:11 +01:00
twinaphex
8999235373 Cleanups 2020-02-03 21:45:55 +01:00
twinaphex
8c2fe0a9ae Cleanup 2020-02-03 21:17:17 +01:00
twinaphex
e5b236898f Cleanup 2020-02-03 07:22:30 +01:00
twinaphex
6b0a62d6ff Null video driver should work now 2020-02-03 06:49:59 +01:00
twinaphex
5ceb73c1cf More casts 2020-02-03 00:29:34 +01:00
twinaphex
5f631b3499 Cast this 2020-02-03 00:24:24 +01:00
twinaphex
bcfa6d7e0e Cleanup 2020-02-02 23:45:11 +01:00
twinaphex
2c37fb1f5e Add HAVE_CONFIGFILE ifdefs 2020-02-02 23:41:17 +01:00
twinaphex
e0fdd8d39e Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides
support as well
2020-02-02 21:27:38 +01:00
twinaphex
cb48ae6989 Updates 2020-02-02 17:37:16 +01:00
twinaphex
564a4758de Cleanups 2020-02-02 03:45:42 +01:00
twinaphex
5bb084c32b Cleanups 2020-02-02 03:00:51 +01:00
twinaphex
97beb90b8f Remove unused RARCH_CTL_IS_BLOCK_CONFIG_READ 2020-02-02 02:26:54 +01:00
twinaphex
8eca1a0459 Refactor this 2020-02-02 02:16:19 +01:00
twinaphex
6b99e07043 Can remove retroarch_get_launch_arguments function now 2020-02-01 17:46:01 +01:00
twinaphex
85d64602ff Move retroarch_get_launch_arguments() function call outside
of frontend driver - should be called by Salamander too which
has no conception of RetroArch launch arguments
2020-02-01 17:42:18 +01:00
twinaphex
e5ffeff36e Turn two more functions static 2020-02-01 17:24:27 +01:00
twinaphex
bece92abb2 Turn command_set_shader private 2020-02-01 17:17:36 +01:00
twinaphex
64c515bac4 Turn while (true) into for (;;) for easier MSVC backwards compatibility 2020-02-01 04:15:22 +01:00
twinaphex
ff6d79b2cc Get rid of more RARCH_CTL_ enums 2020-02-01 03:32:24 +01:00
twinaphex
96018412c0 Cleanups 2020-02-01 03:27:58 +01:00
twinaphex
2db0d1f518 Cleanups 2020-02-01 01:50:01 +01:00
twinaphex
f0e889b552 Change prototype of video_driver_set_size 2020-01-31 15:06:50 +01:00
twinaphex
12da79730f Merge runahead/mem_util.c into retroarch.c 2020-01-31 02:32:49 +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
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