twinaphex
24817aeeac
(Vita) Autoconfigure gamepads
2016-08-07 17:22:34 +02:00
twinaphex
33a1a70aa8
(Vita) Try this
2016-08-07 17:18:55 +02:00
twinaphex
cc1d579036
(Vita) psp_input_state - Don't early return if port is higher than 0
2016-08-07 16:29:58 +02:00
twinaphex
3964dfc2de
(PSP/Vita) Refactors
2016-08-07 14:55:47 +02:00
twinaphex
632cc0ef6c
(Vita) Start setting up Vita for multiplayer
2016-08-07 14:52:41 +02:00
Twinaphex
ddff9e39df
Merge pull request #3347 from loganmc10/master
...
GLES3 compile fixes
2016-08-07 07:11:54 +02:00
Logan McNaughton
47227c829b
GLES3 fixes
2016-08-06 21:45:35 -06:00
twinaphex
fb9a2eea95
Remove one useless HAVE_OPENGLES2 ifdef, and remove some wrong
...
defines
2016-08-07 04:35:38 +02:00
twinaphex
df1c0bc9b4
Backport changes
2016-08-07 02:49:34 +02:00
Twinaphex
49c85f47c3
Merge pull request #3344 from Themaister/master
...
Vulkan: Fix validation errors with OriginalHistory.
2016-08-07 01:40:39 +02:00
Hans-Kristian Arntzen
96818a297c
Vulkan: Fix validation errors with OriginalHistory.
...
For some reason, OriginalHistory blit happened inside a render pass.
Also add more TRANSFER_SRC_BIT caps to images as they might have to be
copied to history.
2016-08-07 01:09:15 +02:00
twinaphex
0164ce3725
Move comments
2016-08-06 17:31:01 +02:00
twinaphex
ef74742078
Change GL_CAPS_FBO
2016-08-06 17:28:15 +02:00
twinaphex
3c02410841
(D3D) Buildfix
2005-04-23 20:36:51 +02:00
twinaphex
2a312e153f
Create d3d_create_device
2015-11-17 13:36:03 +01:00
twinaphex
ff03f83994
(Xbox 1) Some preliminary build fixes
2005-04-23 20:22:55 +02:00
twinaphex
6b0ebb7a03
Update some references to GLUI
2015-11-17 12:04:02 +01:00
twinaphex
a10ec1e89b
(XBOX) Avoid warning
2015-11-17 11:51:52 +01:00
twinaphex
724680361d
(XDK) More buildfixes
2015-11-17 11:51:04 +01:00
twinaphex
193c3229f2
(_XBOX) Buildfixes
2015-11-17 11:47:44 +01:00
twinaphex
55341a994e
(360) Define DONT_HAVE_STATE_TRACKER
2015-11-17 11:45:55 +01:00
twinaphex
e9fa55c682
(D3D) Some code is for HAVE_MENU instead of HAVE_OVERLAY
2015-11-17 11:42:59 +01:00
twinaphex
36c9174998
(XDK) Stub luts
2015-11-17 11:39:33 +01:00
twinaphex
fd02135b68
(video_texture_c.c) XBOX buildfix
2015-11-17 11:37:53 +01:00
twinaphex
2fd6843a18
(XDK) Buildfixes
2015-11-17 11:35:46 +01:00
twinaphex
4b00e24617
(D3D) Buildfix
2015-11-17 11:33:24 +01:00
twinaphex
e5d3f5b8b7
(menu_display_d3d) XBOX build fixes
2015-11-17 11:31:48 +01:00
twinaphex
8db2084001
(XUI) Another buildfix
2015-11-17 11:30:08 +01:00
twinaphex
82c776c00c
(XUI) More build fixes
2015-11-17 11:28:08 +01:00
twinaphex
88b86af892
(XUI) More build fixes
2015-11-17 11:26:29 +01:00
twinaphex
57a9174c5d
(XUI) More build fixes
2015-11-17 11:23:42 +01:00
twinaphex
dbdb6cb071
(XUI) More build fixes
2015-11-17 11:22:00 +01:00
twinaphex
810a2ea47c
(Xaudio) Xbox build fixes
2015-11-17 11:17:18 +01:00
twinaphex
89c262c552
(XBOX) Some build fixes
2015-11-17 11:13:46 +01:00
twinaphex
ed0e5c37e2
(XBOX) Some build fixes
2015-11-17 11:11:41 +01:00
twinaphex
e1ed720841
Define stub HWNDCLASSEX
2015-11-17 11:09:32 +01:00
twinaphex
41fe25842d
Start adding xdk_defines.h
2015-11-17 11:07:00 +01:00
twinaphex
7394913f11
(360) WNDCLASSEX not available
2015-11-17 11:02:18 +01:00
twinaphex
5b578af702
(360) Update solution pt. 4
2015-11-17 11:00:51 +01:00
twinaphex
4201db0e9b
(360) Update solution pt. 3
2015-11-17 10:58:40 +01:00
twinaphex
1570d8a66d
(360) Update solution pt. 2
2015-11-17 10:57:49 +01:00
twinaphex
faa338ffcc
(360) Update solution
2015-11-17 10:56:50 +01:00
twinaphex
6835c34bad
Move 360 package files and update vcxproj
2015-11-17 10:55:52 +01:00
twinaphex
3ff5c91e5c
(D3D) Cleanups
2015-11-17 10:49:36 +01:00
twinaphex
daaabaa663
(Win32) g_quit no longer has to be exposed outside
2015-11-17 10:18:30 +01:00
twinaphex
bb99dc4e38
Create win32_window_reset
2015-11-17 10:16:16 +01:00
twinaphex
ab99c8ff8d
(Win32) Buildfix
2015-11-17 10:13:34 +01:00
twinaphex
9528738a09
Set g_quit outside of wgl_ctx.cpp
2015-11-17 10:12:23 +01:00
Twinaphex
90b299c2f6
Merge pull request #2414 from Ezio-PS/master
...
Updated Italian translation
2015-11-17 10:02:30 +01:00
twinaphex
bb55105da0
dinput_handle_message prototype can go
2015-11-17 09:48:46 +01:00