Twinaphex
91dd0756dd
Merge pull request #4182 from lasers/patch-2
...
replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 21:10:21 +01:00
Twinaphex
00fb27cfdc
Merge pull request #4181 from markwkidd/patch-1
...
replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 21:07:26 +01:00
lasers
d1ff9ea065
replace hardcoded "lpl" with FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 14:07:22 -06:00
markwkidd
39a92f889a
replace hardcoded "lpl" w/FILE_PATH_LPL_EXTENSION_NO_DOT
2016-12-07 14:47:43 -05:00
Twinaphex
a1b67c60be
Merge pull request #4180 from loganmc10/patch-3
...
Fix GL_CAPS_ARGB8
2016-12-07 20:37:25 +01:00
Logan McNaughton
07a9a75a00
Fix GL_CAPS_ARGB8
...
ARM_argb8 should be ARM_rgba8, and GLES3 always supports this feature
2016-12-07 12:34:02 -07:00
Twinaphex
9656c5e7a1
Merge pull request #4177 from loganmc10/patch-2
...
Use RGBA8 for FBO texture internal format on GLES3
2016-12-07 19:55:57 +01:00
Logan McNaughton
b275b2e113
Use RGBA8 for FBO texture internal format on GLES3
...
GLES3 supports GL_RGBA8 as an internal format for textures.
Using the sized format (RGBA8 instead of RGBA) allows more flexibility. In my case I am trying to use glCopyImageSubData and it only works on textures with sized internal formats.
2016-12-07 11:22:24 -07:00
Twinaphex
3600e29bbb
Merge pull request #4174 from lasers/update-cfg
...
Update skeleton cfg (download directory)
2016-12-07 16:38:28 +01:00
lasers
5074139acf
Update skeleton cfg (download directory)
2016-12-07 06:13:40 -06:00
twinaphex
6200c3a1e0
Clean up mutex functions
2016-12-07 08:51:38 +01:00
twinaphex
e95cd1cbd1
(audio_driver.c) Cleanups, remove unused functions
2016-12-07 08:46:21 +01:00
twinaphex
4971fc53b5
Delete unused runloop_msg_queue_pull
2016-12-07 08:27:06 +01:00
twinaphex
e32d93d886
Remove functions
2016-12-07 08:14:04 +01:00
twinaphex
04a3c3f15e
Remove unused function input_driver_unset_flushing_input
2016-12-07 08:11:59 +01:00
twinaphex
dc7549434f
Add headers
2016-12-07 08:10:02 +01:00
twinaphex
a12d0d082d
Move input_translate_coord_viewport to video_driver.c
2016-12-07 08:07:11 +01:00
twinaphex
e2c4c25bf5
Add more MSVC 2003 compatibility ifdefs
2006-05-14 14:33:10 +02:00
twinaphex
6b779dab4f
(MSVC 2003) XInput likely not to work
2016-12-07 07:16:58 +01:00
twinaphex
7327e98c8a
Add HAVE_XINPUT ifdef
2016-12-07 07:08:27 +01:00
twinaphex
bcfb80072c
(XDK) Remove this - would have to be reimplemented
2016-12-07 07:02:41 +01:00
twinaphex
700365c433
(XDK) Another buildfix
2006-05-14 14:08:32 +02:00
twinaphex
0b0a5b7890
Add HAVE_D3D9 ifdef
2016-12-07 06:59:46 +01:00
twinaphex
de94f77629
(XDK) Buildfixes
2006-05-14 14:02:54 +02:00
twinaphex
2b262c6b32
(render_chain_xdk.cpp) Add d3d.h include
2016-12-07 06:48:04 +01:00
twinaphex
ec676e3e62
Add header include
2016-12-07 06:46:15 +01:00
twinaphex
ccacfcda60
(render_chain_xdk.cpp) Add header include
2016-12-07 06:34:22 +01:00
twinaphex
e0c3626791
Turn this into _XBOX360 ifdef
2016-12-07 06:32:05 +01:00
twinaphex
28fa2a240a
(XDK) Buildfixes
2006-05-14 13:36:54 +02:00
twinaphex
adb39cc844
Turn last param of d3d_set_texture into void *
2016-12-07 06:26:24 +01:00
twinaphex
53ca2f0a53
Add runloop.h include
2016-12-07 06:22:57 +01:00
twinaphex
43a1d528a6
Buildfix
2016-12-07 06:21:21 +01:00
twinaphex
032c414ac7
(platform_xdk) Add file_path_special.h
2016-12-07 06:20:40 +01:00
twinaphex
2a76acaf29
(platform_xdk.cpp) Add compat/strl.h header include
2016-12-07 06:19:05 +01:00
twinaphex
018a3328f5
(platform_xdk.cpp) Add verbosity.h header include
2016-12-07 06:18:06 +01:00
twinaphex
d04309fc05
Buildfix
2016-12-07 06:16:12 +01:00
twinaphex
31a7f64f2c
Cleanups
2016-12-07 05:41:08 +01:00
twinaphex
f6dcfd21cf
(MSVC) MSVC build fixes
2016-12-07 05:39:27 +01:00
twinaphex
3cd682c649
Update SPIRV-Cross
2016-12-07 03:18:17 +01:00
twinaphex
e3620278a8
Add HAVE_MENU ifdefs for menu code
2016-12-07 03:16:34 +01:00
twinaphex
80a6013e7b
Add default values for check_frames/delay_frames
2016-12-07 03:08:59 +01:00
Brad Parker
32a3026654
enable standard derivatives extension for GLES, adds support for complex XMB ribbon
2016-12-06 21:04:12 -05:00
Brad Parker
12294c96aa
check for high precision floats on GLES, then enable if supported
2016-12-06 21:04:12 -05:00
Brad Parker
f90ab6e189
default to highp precision for GLES
2016-12-06 21:04:12 -05:00
twinaphex
001738d326
(netplay) Set netplay port value to RARCH_DEFAULT_PORT by default
2016-12-06 22:20:20 +01:00
twinaphex
4b1c24adf9
- Move input flushing hack to input_keys_pressed functions
...
- Move menu binding state hack to menu_input_keys_pressed
2016-12-06 20:50:29 +01:00
twinaphex
77df0ef3ae
Rebase input_key_pressed/input_menu_keys_pressed
2016-12-06 18:12:35 +01:00
twinaphex
44324ec62f
(runloop.c) Cleanups
2016-12-06 18:05:59 +01:00
twinaphex
7a7a4f1632
(D3D) Buildfix
2016-12-06 17:44:38 +01:00
twinaphex
b3aef50dff
Move update_firmware_status to tasks/task_content.c
2016-12-06 08:28:26 +01:00