2266 Commits

Author SHA1 Message Date
twinaphex
ee4bee2e7f Don't go through config_get_ptr 2019-07-22 16:54:45 +02:00
twinaphex
8438c9650a Last file to merge into retroarch.c - from here, we
can start refactoring things to split things off into tasks
that are not crucial to the main runloop
2019-07-22 16:46:33 +02:00
twinaphex
7d3fa9a84d Fix some includes 2019-07-22 15:42:35 +02:00
LazyBumHorse
6285c05948 add resolve_symlinks parameter to path_resolve_realpath() and cleanup playlist_resolve_path() 2019-07-22 13:44:35 +02:00
orbea
e13ec54dc6 Fix --disable-overlay. 2019-07-21 10:26:42 -07:00
twinaphex
9b4c50a017 Cleanups 2019-07-21 14:47:24 +02:00
twinaphex
9bde8ca3e5 Remove unused functions 2019-07-21 14:34:33 +02:00
twinaphex
b6b22a9a32 More shader refactors - make sure we can compile entirely
without shader support if HAVE_CG, HAVE_GLSL, HAVE_SLANG
and HAVE_HLSL are all not defined
2019-07-21 00:34:07 +02:00
twinaphex
1e08b2a5de Fixes keyboard processing regression 2019-07-20 20:12:41 +02:00
twinaphex
691dbb40a8 driver_update_system_av_info - refactor 2019-07-20 18:32:35 +02:00
twinaphex
a0060182e3 Add more ifdefs covering HAVE_THREADS and HAVE_AUDIOMIXER 2019-07-20 16:09:39 +02:00
twinaphex
9868b4acdb Style nits 2019-07-20 15:43:12 +02:00
twinaphex
7fe0662918 Cleanups 2019-07-20 12:51:52 +02:00
twinaphex
d905986a52 Rename functions - change rarch_ prefix to retroarch_ 2019-07-20 12:43:43 +02:00
twinaphex
16dde76a68 Cleanups 2019-07-20 12:34:49 +02:00
twinaphex
430fc16f61 Cleanups 2019-07-20 12:28:50 +02:00
twinaphex
65a777855f Cleanups 2019-07-20 00:34:47 +02:00
twinaphex
f787e77c25 Revert "Dehardcode program name string"
This reverts commit 11291cc703c1e8f5c166a9fd5ddfbeec62f0ee6b.
2019-07-19 19:39:51 +02:00
twinaphex
11291cc703 Dehardcode program name string 2019-07-19 19:24:27 +02:00
twinaphex
9e39220390 Turn function static 2019-07-18 17:35:41 +02:00
twinaphex
41a2fabb4e Create config_file_new_from_path_to_string 2019-07-18 12:03:50 +02:00
twinaphex
a6d6c21e52 Rename config_file_new_null to config_file_new_alloc 2019-07-17 19:50:32 +02:00
twinaphex
0c31437c24 Create config_file_new_null 2019-07-17 18:27:53 +02:00
twinaphex
751c2a1069 Fix issue with load_content_info 2019-07-17 06:00:24 +02:00
twinaphex
5682eee276 core options manager - use config_file_from_string 2019-07-16 19:45:59 +02:00
twinaphex
0257e01bee Refactor input_autoconfigure_connect - don't return
value - set input device name upon failure implicitly
2019-07-16 15:28:22 +02:00
twinaphex
de8baf7bec Cleanups 2019-07-16 14:00:46 +02:00
twinaphex
31766b7245 Buildfix for targets that only define HAVE_RUNAHEAD and not
HAVE_DYNAMIC at the same time
2019-07-16 13:50:19 +02:00
twinaphex
61c49a025e input_state - cleanup 2019-07-16 12:47:55 +02:00
twinaphex
31426b00b9 Cleanup input_state 2019-07-16 11:43:35 +02:00
twinaphex
724f623c8a Refactor input_state_device - overlay code is not implemented
for every device - like MOUSE/POINTER
2019-07-16 11:22:47 +02:00
twinaphex
32add9c3c2 Refactor this 2019-07-16 10:52:33 +02:00
twinaphex
0862700577 Split up core_input_state_poll into two - one for late polling,
one for early/normal
2019-07-16 10:51:13 +02:00
twinaphex
60f77cd903 Change core_set_poll_type 2019-07-16 10:10:49 +02:00
twinaphex
e53d4987b4 Combine copy_load_info.c into retroarch.c 2019-07-16 01:56:09 +02:00
twinaphex
0a674a9a04 Move frontend.c into retroarch.c 2019-07-15 22:13:55 +02:00
twinaphex
2f7050edef Remove ui companion null 2019-07-15 21:06:48 +02:00
twinaphex
45abbc6ac5 Cleanups 2019-07-15 20:18:37 +02:00
twinaphex
f5dc1b653d More CXX_BUILD buildfixes 2019-07-15 08:24:43 +02:00
twinaphex
dca848df52 Revert "Revert "(VFS) Add codepath for MSVC CDROM code""
This reverts commit 651774daf1eff2f555839e45f6cc39b10169a1b5.
2019-07-15 06:49:20 +02:00
twinaphex
651774daf1 Revert "(VFS) Add codepath for MSVC CDROM code"
This reverts commit 7fb8965416d757ce660ba9054767c2a6b3e485a3.
2019-07-15 06:48:25 +02:00
twinaphex
7fb8965416 (VFS) Add codepath for MSVC CDROM code 2019-07-15 06:30:57 +02:00
twinaphex
8914e289e1 Add missing forward declarations 2019-07-14 19:00:21 +02:00
twinaphex
cd244371b9 Cleanups 2019-07-14 18:56:18 +02:00
twinaphex
d80b85b158 Cleanups 2019-07-14 18:52:51 +02:00
twinaphex
162695956f Cleanups 2019-07-14 16:00:54 +02:00
twinaphex
fdd8dd65ce Cleanups 2019-07-14 15:48:44 +02:00
jdgleaver
0476901ca5 Add ability to manually set default core option values when using the new v1 core options interface 2019-07-12 18:20:19 +01:00
jdgleaver
4f3adb8d2c An environment callback for selectively hiding core options 2019-07-12 17:12:03 +01:00
twinaphex
b7a85d392f Silence warnings 2019-07-12 16:31:16 +02:00