1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-06 04:13:52 +00:00

54027 Commits

Author SHA1 Message Date
twinaphex
fd84dc5e24 Only log messages for input descriptors/set_controller_info and other
libretro callbacks if core logging level is set to DEBUG
2020-05-31 05:41:07 +02:00
twinaphex
3ad6c9c84b Merge branch 'master' of https://github.com/libretro/RetroArch 2020-05-31 05:37:32 +02:00
twinaphex
0135a33a7c Move more variables to RetroArch global struct 2020-05-30 17:16:45 +02:00
Autechre
0fedfa220f
Merge pull request from jdgleaver/cheevos-m3u
(Cheevos) Use 'm3u_file.h' library when parsing M3U files
2020-05-30 14:51:08 +02:00
twinaphex
8ae3fe1e80 Cleanups 2020-05-30 14:45:12 +02:00
twinaphex
3b9f131930 Move more RetroArch global state to struct 2020-05-30 14:26:10 +02:00
jdgleaver
eb429f9211 (Cheevos) When parsing M3U files, only capture the first entry 2020-05-30 12:16:52 +01:00
Autechre
c1fc796bf7
Update CHANGES.md 2020-05-30 04:51:52 +02:00
Autechre
4d406c95d3
Merge pull request from niacat/sdl-gl-glsl
sdl_gl_ctx: advertise GLSL support
2020-05-30 01:57:53 +02:00
nia
ef0038de2a sdl_gl_ctx: advertise GLSL support 2020-05-29 18:03:25 +01:00
jdgleaver
21ad64ab77 (Cheevos) Use 'm3u_file.h' library when parsing M3U files 2020-05-29 17:44:31 +01:00
twinaphex
13be887d2d Solve this a different way, update .travis.yml, DISABLE_THREADS
target will also now disable glslang
2020-05-29 15:14:46 +02:00
twinaphex
358ffbd3b9 This is wrong 2020-05-29 13:52:29 +02:00
twinaphex
2d659c3484 (Glslang) Don't build it when --disable-networking is set 2020-05-29 13:45:40 +02:00
twinaphex
00167caf54 Use localized strings 2020-05-29 12:54:09 +02:00
twinaphex
941c3b9678 Cleanups 2020-05-29 12:46:18 +02:00
twinaphex
f2ee7c8f0b Localize message 2020-05-29 11:57:03 +02:00
twinaphex
479a8a6e64 (PS2) Fix warning incompatible pointer type 2020-05-29 11:22:53 +02:00
twinaphex
7b5d338bed (Travis) Add --disable-threads check 2020-05-29 11:20:46 +02:00
twinaphex
9f9710beb6 Fix --disable-threads 2020-05-29 11:16:38 +02:00
twinaphex
11f63f379b Localized strings 2020-05-29 10:59:14 +02:00
twinaphex
40a4b395d7 Localize string 2020-05-29 10:50:08 +02:00
twinaphex
8ddacead9f Cleanups 2020-05-29 10:37:01 +02:00
twinaphex
93ae674624 Cleanups 2020-05-29 10:33:07 +02:00
twinaphex
6cc47f8ee0 task_pl_thumbnail_download - replace many subsequent strlcat calls
with one snprintf
2020-05-29 10:30:56 +02:00
twinaphex
ec35ce7fdc Add TODO/FIXME notes 2020-05-29 10:23:48 +02:00
twinaphex
06f5f40cb3 Cleanups 2020-05-29 10:09:30 +02:00
twinaphex
56619d7276 Add more TODO/FIXME notes 2020-05-29 06:31:15 +02:00
twinaphex
3ae7e9f8df Update TODO/FIXMEs 2020-05-29 06:20:16 +02:00
twinaphex
a5ca6c24de Add more TODO/FIXMEs for globals 2020-05-29 06:17:39 +02:00
twinaphex
a50fd86f3e Add global state warnings 2020-05-29 06:11:07 +02:00
Autechre
8cf3a48106
Update CHANGES.md 2020-05-29 05:56:52 +02:00
twinaphex
da3548e680 Update MENU_ENUM_SUBLABEL_DOWNLOAD_CORE 2020-05-29 05:55:18 +02:00
twinaphex
810f837596 Update 2020-05-29 05:52:17 +02:00
twinaphex
22f2cf1e56 Get rid of dir_get and other useless wrapper functions 2020-05-29 05:36:48 +02:00
twinaphex
3af84d73e9 Move menu_content_environment_get to retroarch.c 2020-05-29 05:28:29 +02:00
twinaphex
8b796d3b47 Add TODO/FIXME notes for globals 2020-05-29 05:27:13 +02:00
twinaphex
ea0d3b5fd8 Remove obsolete function rarch_timer_begin_us 2020-05-29 05:21:37 +02:00
twinaphex
6b781d5a9b Move global performance counter state into retroarch.c 2020-05-29 05:12:09 +02:00
twinaphex
009d979b6c Move more variables to retroarch global state 2020-05-29 04:59:29 +02:00
Autechre
eafb2b060d
Merge pull request from WeedyWeedSmoker/International-language-names-update
International: Fix incorrect language names
2020-05-29 03:36:55 +02:00
twinaphex
aa753eb492 Localize more strings 2020-05-29 02:52:56 +02:00
Twinaphex
b697ff8acd Remove unused variables 2020-05-28 23:26:17 +02:00
Autechre
7759c83b13
Update CHANGES.md 2020-05-28 23:22:33 +02:00
Autechre
4b4c1f130c
Merge pull request from jdgleaver/unix-paths
(Linux) Set default saves/save states/system paths
2020-05-28 23:21:23 +02:00
Autechre
b9ada7bb28
Merge pull request from jdgleaver/core-updater-2
More core updater improvements
2020-05-28 23:21:09 +02:00
Autechre
e2f351ed20
Update .travis.yml 2020-05-28 23:20:48 +02:00
Autechre
eab924f428
Update .travis.yml 2020-05-28 23:20:15 +02:00
twinaphex
2293abd424 Fix DISABLE_NETWORKING 2020-05-28 23:19:34 +02:00
twinaphex
aa2e9b9a00 Buildfixes 2020-05-28 23:15:28 +02:00