2351 Commits

Author SHA1 Message Date
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
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
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
Twinaphex
255790b664
Merge pull request #10073 from eadmaster/patch-1
added GET_STATUS network command
2020-01-28 23:57:01 +01:00
eadmaster
491c0457a6
added detection of paused state 2020-01-28 21:40:56 +01:00
eadmaster
7e7429cadd
fixed comments style 2020-01-27 23:35:11 +01:00