Commit Graph

50701 Commits

Author SHA1 Message Date
twinaphex
d48b5b78f8 Cleanups 2019-08-18 18:05:26 +02:00
twinaphex
aaeff6c888 Move C code over to glslang_util.c 2019-08-18 18:01:21 +02:00
twinaphex
db043a7fd7 Less references to internal pointer 2019-08-18 17:04:14 +02:00
twinaphex
b13ee8485f Start passing shader pointer to menu_shader.c functions 2019-08-18 16:59:09 +02:00
twinaphex
c963b3be6a menu_display_toggle_reason was never used, get rid of it 2019-08-18 16:41:01 +02:00
twinaphex
9c81253226 (menu_shader.c) Style nits/cleanups 2019-08-18 16:33:36 +02:00
Twinaphex
c55c86341b
Merge pull request #9319 from fpscan/master
Steps for web.libretro
2019-08-18 16:28:36 +02:00
Twinaphex
41af78b432
Merge pull request #9324 from LazyBumHorse/fix_9141
fixes "Save Shader Preset As" dialog immediately popping up again on …
2019-08-18 15:34:45 +02:00
LazyBumHorse
39c02664a8 fixes "Save Shader Preset As" dialog immediately popping up again on linux 2019-08-18 15:15:47 +02:00
twinaphex
3aa1a03a08 glslang_util cleanups 2019-08-18 14:40:26 +02:00
Twinaphex
7f04ecb033
Merge pull request #9323 from LazyBumHorse/fix_apply_shader
fix not being able to apply shader if none was loaded before
2019-08-18 13:08:29 +02:00
LazyBumHorse
288c673c61 fix not being able to apply shader if none was loaded before 2019-08-18 10:11:01 +02:00
twinaphex
52f8bef386 Buildfix for non-shader builds 2019-08-18 00:48:56 +02:00
Twinaphex
40bc604e9b
Merge pull request #9320 from LazyBumHorse/global_shaders
implement global shader presets
2019-08-17 23:33:21 +02:00
LazyBumHorse
be20b9c283 implement global shader presets 2019-08-17 22:11:17 +02:00
Twinaphex
b26c8fe6f7
Merge pull request #9318 from ToKe79/lakka-nightly-updater-url
Change URL for Lakka online updater - nightlies
2019-08-17 19:16:46 +02:00
twinaphex
dec409bf17 Revert "Cleanups"
This reverts commit cb9a9e9525.
2019-08-17 18:51:09 +02:00
Ömercan Kömür
1bde4043a5 Steps for web.libretro 2019-08-17 19:25:18 +03:00
Tomas Kelemen (vudiq)
2792783bbd Change URL for Lakka online updater - nightlies
currently, if users try to update a nightly build, they are offered
latest stable release, which in fact is a downgrade.
with correct URL the users will be pointed to the latest nightly build
in case they are running a nightly build - it does not affect users
running a stable/rc release of Lakka.

originally we wanted to patch RA locally
(https://github.com/libretro/Lakka-LibreELEC/pull/752), but it seems
patching upstream and just adding a make flag is more sane.
2019-08-17 18:09:40 +02:00
twinaphex
cb9a9e9525 Cleanups 2019-08-17 16:59:18 +02:00
Twinaphex
5e2e1c82c5
Merge pull request #9315 from LazyBumHorse/set-shader
add --set-shader and overhaul shader loading logic
2019-08-17 16:32:42 +02:00
LazyBumHorse
719555bae1 Overhaul shader loading logic, add --set-shader CLI option 2019-08-17 15:20:51 +02:00
Brad Parker
77d2ce95f1 Update Japanese translation 2019-08-16 19:47:15 -04:00
Twinaphex
66a8c21ddf
Merge pull request #9313 from jdgleaver/playlist-fix
(XMB/Ozone) Fix display of horizontal playlists
2019-08-16 18:46:55 +02:00
jdgleaver
28083c7b54 (XMB/Ozone) Fix display of horizontal playlists 2019-08-16 17:36:13 +01:00
Twinaphex
099c06c3c0
Merge pull request #9312 from jdgleaver/thumb-path-api-cleanup
(menu_thumbnail_path) API clean-up + tiny bug fix
2019-08-16 17:17:32 +02:00
jdgleaver
75ae05d287 (menu_thumbnail_path) API clean-up + tiny bug fix 2019-08-16 15:49:57 +01:00
twinaphex
091c5f6092 Should fix netplay for cores that use the new bitmask code 2019-08-16 16:29:18 +02:00
twinaphex
f61602de59 Buildfix 2019-08-16 16:09:15 +02:00
twinaphex
bf8edb18b8 Cleanups 2019-08-16 16:04:39 +02:00
twinaphex
8c74de7787 (Menu) cleanups 2019-08-16 15:51:22 +02:00
twinaphex
9d61590540 Merge menu_entries.c into menu_driver.c 2019-08-16 15:40:45 +02:00
twinaphex
9456d88ce4 Cleanups 2019-08-16 15:36:44 +02:00
twinaphex
c69c972942 (Menu) Cleanups 2019-08-16 15:17:33 +02:00
Twinaphex
140d0e180d
Merge pull request #9311 from p-sam/libnx_audren_paused
(Switch) no audio driver state change outside of thread
2019-08-16 11:46:29 +02:00
Twinaphex
d96d80cf5c
Merge pull request #9310 from jdgleaver/per-playlist-thumbs
Enable per-playlist thumbnail selection
2019-08-15 19:52:39 +02:00
jdgleaver
3da96deec3 Enable per-playlist thumbnail selection 2019-08-15 18:05:31 +01:00
Twinaphex
3bc5c15526
Merge pull request #9309 from LazyBumHorse/fix_vulkan_gpu_list
fix handling of vulkan_gpu_list
2019-08-15 18:17:56 +02:00
LazyBumHorse
3c6a46d95d fix handling of vulkan_gpu_list (use after free, not always being initialized) 2019-08-15 17:52:24 +02:00
twinaphex
a5f6c8f94d Cleanups 2019-08-15 17:44:02 +02:00
p-sam
f04bf0e374 (Switch) no audio driver state change outside of thread 2019-08-15 14:51:01 +00:00
twinaphex
bc46b1c802 Cleanups 2019-08-15 16:17:49 +02:00
twinaphex
8db00a17af (Menu widgets) Checks were wrong - should be correct now 2019-08-15 16:09:18 +02:00
twinaphex
111a7fea92 (Menu widgets) Should use MAX macro here from retro_miscellaneous.h 2019-08-15 15:56:30 +02:00
twinaphex
a5f411ef5c Cleanups 2019-08-15 15:50:26 +02:00
twinaphex
92dec44b0e menu_widgets_push_achievements always returns true 2019-08-15 15:48:08 +02:00
twinaphex
edaf8eb702 menu_widgets_volume_update_and_show always returns true 2019-08-15 15:46:16 +02:00
twinaphex
6c775ef170 These functions always return true 2019-08-15 15:42:24 +02:00
twinaphex
17957e0816 (Menu widgets) DO away with == NULL/!= NULL checks 2019-08-15 15:17:01 +02:00
twinaphex
57df6dda82 (Menu widgets) Some architectural cleanups -
* Don't have all these manual setters
* Don't copy over the FPS text, instead make use
of video_info->fps_text
* Boolean checks always returned true anyway, so
avoid unnecessary conditional checks
2019-08-15 15:13:07 +02:00