Commit Graph

34265 Commits

Author SHA1 Message Date
twinaphex
69b57bad34 Fix comment 2016-11-20 15:23:43 +01:00
twinaphex
011f1012fb Cleanup 2016-11-20 15:21:02 +01:00
twinaphex
2dcf79bb4e Cleanups 2016-11-20 15:14:00 +01:00
twinaphex
1dcef5e429 Turn some video context driver functions into macros 2016-11-20 15:06:28 +01:00
twinaphex
06c86f0852 (video_context_driver.c) Simplifications 2016-11-20 14:52:50 +01:00
twinaphex
205e7cf272 Fix C89_BUILD 2016-11-20 14:48:00 +01:00
twinaphex
d7ec915e1a Cleanups 2016-11-20 14:46:11 +01:00
twinaphex
e9daa5e99c Cleanups 2016-11-20 14:42:20 +01:00
twinaphex
f9786d6c6a Remove unnecessary config.def.h includes 2016-11-20 13:43:56 +01:00
twinaphex
d41b57881a (Android) Set menu_swap_ok_cancel_buttons to 'on' 2016-11-20 13:40:31 +01:00
twinaphex
1df7b924bf Merge branch 'master' of https://github.com/libretro/RetroArch 2016-11-20 13:37:16 +01:00
twinaphex
0a42940332 (Menu keyboard) Implement pageup/pagedown 2016-11-20 13:36:57 +01:00
aliaspider
cf7d9f5074 Merge pull request #4022 from FIX94/master
(WiiU) increased volume (again)
2016-11-20 04:36:15 +01:00
FIX94
f098b54347 (WiiU) increased volume (again) 2016-11-20 04:35:00 +01:00
Twinaphex
594cff5a15 Merge pull request #4021 from fr500/swap
Swap menu and cancel buttons for menu input
2016-11-20 00:06:21 +01:00
radius
53ab0cdb55 add menu setting and fix for keyboard 2016-11-19 13:48:24 -05:00
radius
a99a9c0810 add setting to swap menu_ok and menu_cancel 2016-11-19 13:09:07 -05:00
radius
f343bc45fb remove these settings that we never properly implemented 2016-11-19 12:57:12 -05:00
aliaspider
9b69d69d30 (3DS) fix fallback path when CTRULIB wasn't defined. 2016-11-19 18:56:22 +01:00
twinaphex
d1ad845c3a Add Turbo/Deadzone list strings 2016-11-19 15:52:12 +01:00
twinaphex
13b00fcfde Rename 'Input Axis Threshold' to 'Analog Stick Deadzone' 2016-11-19 15:46:39 +01:00
twinaphex
eb0c27ee9b Move Menu Settings to User Interface 2016-11-19 12:07:46 +01:00
twinaphex
fb70452f0c (Core List) Add 'Download Core...' option permanently 2016-11-19 10:01:47 +01:00
twinaphex
97eb8bb747 Silence warning 2016-11-19 04:06:04 +01:00
twinaphex
f33d7f2712 Unused variable 2016-11-19 04:04:55 +01:00
twinaphex
e27940e646 Fixes Android 2.4 compatibility 2016-11-19 03:54:21 +01:00
Jean-André Santoni
d4296b016f Make shader names consistent, step 5 2016-11-19 00:30:56 +01:00
Jean-André Santoni
9c83658368 Make shader names consistent, step 4 2016-11-19 00:29:13 +01:00
Jean-André Santoni
d1bf61076d Make shader names consistent, step 3 2016-11-19 00:27:54 +01:00
Jean-André Santoni
35d8ec12c5 Make shader names consistent, step 2 2016-11-19 00:23:07 +01:00
Jean-André Santoni
3b2b7580db Make shader names consistent, step 1 2016-11-19 00:20:52 +01:00
Jean-André Santoni
4e74375356 Replace the modern snow glsl vertex shader 2016-11-19 00:08:59 +01:00
twinaphex
66795c35cc Fix for GLES2 target 2016-11-18 23:29:48 +01:00
Jean-André Santoni
5439751bc2 Rename Lakka Services 2016-11-18 21:32:46 +01:00
Jean-André Santoni
5be99842b5 Merge pull request #3996 from markwkidd/crossplatform-thumbnail-filenames
improve cross-platform support for thumbnail filenames
2016-11-18 21:30:23 +01:00
Alcaro
53c7bfc501 This one uses one float per vertex, whether snow is enabled or not 2016-11-18 17:10:52 +01:00
twinaphex
2be4ca1755 Simplify vertex snow shaders 2016-11-18 09:54:19 +01:00
twinaphex
1e10abd7f2 Hide two never used settings in Input Settings 2016-11-18 07:53:21 +01:00
twinaphex
c882ab8d51 Rename 'Retro Achievements' 2016-11-18 07:06:14 +01:00
Brad Parker
750165a251 prevent use-after-free error 2016-11-17 21:17:24 -05:00
twinaphex
df7ffe1822 Don't use legacy vertex shader for snow for OpenGLES 2016-11-17 21:25:02 +01:00
twinaphex
547cb83652 Add third menu shader program 2016-11-17 21:14:19 +01:00
twinaphex
20c1ef83d6 First stab at getting snow shader to work 2016-11-17 21:08:50 +01:00
twinaphex
a2c69ec254 Added snow shader hooks - doesn't work yet though - shader driver
system is very limited in terms of how we can set custom menu
shaders - will require a rethink
2016-11-17 20:54:29 +01:00
twinaphex
23aa03fcdd Start adding snow shaders 2016-11-17 20:21:20 +01:00
aliaspider
7d70fb3f4a (WIN32) don't reopen the stdout/stderr streams or close the console when
attaching an existing one.
2016-11-17 20:16:50 +01:00
Twinaphex
a1858d8f6b Merge pull request #4011 from lasers/improvs-one-at-a-time
Improvs one at a time - Driver
2016-11-17 10:37:29 +01:00
lasers
14e29d51bf Add sublabel for Driver 2016-11-17 03:11:10 -06:00
Twinaphex
d65403d70e Merge pull request #4010 from lasers/improvs-one-at-a-time
Improvs one at a time - Retro Achievements
2016-11-17 09:01:15 +01:00
lasers
8960893caf Add sublabel for Retro Achievements 2016-11-17 01:35:37 -06:00