416 Commits

Author SHA1 Message Date
twinaphex
bd347fc5c7 (XDK1) Build fix 2014-03-03 05:49:43 +01:00
twinaphex
d17ffbb625 (XDK 360) Get rid of some of the HLSL ifdefs 2014-03-03 05:38:13 +01:00
twinaphex
ae761a220a (XDK D3D) Take out HAVE_FBO code - will need to completely
refactor all this code anyway
2014-03-03 05:29:55 +01:00
twinaphex
810a1298ad (XDK D3D) Cleanups 2014-03-03 04:28:19 +01:00
twinaphex
065e98ee29 (XDK D3D) Refactor code in xdk_d3d_frame - make it more like render_chain
from PC D3D driver
2014-03-03 02:22:41 +01:00
twinaphex
609f40a3bf (XDK D3D) Add black frame insertion code block - will be useless
for Xbox consoles so far anyway but just to keep in sync with
PC D3D driver
2014-03-03 02:05:34 +01:00
twinaphex
43a8520ee8 (XDK D3D) Refactor set_viewport code 2014-03-03 01:57:16 +01:00
twinaphex
b127607caf (XDK D3D) Refactor to be more like D3D PC driver 2014-03-03 01:45:01 +01:00
twinaphex
2414a502fd (XDK D3D) Cleanups 2014-03-03 00:50:32 +01:00
twinaphex
9481b632ff (XDK) Don't clear analog state at start of poll function 2014-03-01 01:53:18 +01:00
twinaphex
5c3e73d08d (XDK) Comment out set_rumble for now - seems to auto-apply
strongest vibration from the beginning - would have to look
how to reimplement this
2014-02-28 16:36:03 +01:00
twinaphex
72d56f024d (PS3/XDK) Custom bind fixes 2014-02-28 01:08:16 +01:00
twinaphex
3f54b9fd28 (XDK) Simplify DrawVerticeFormats 2014-02-26 06:19:29 +01:00
twinaphex
fd7f4d45cd Move image files to gfx/image/ 2014-02-25 21:24:15 +01:00
twinaphex
460670f074 Move sensor value reading to retro_sensor_interface 2014-01-20 14:52:53 +01:00
twinaphex
6be640f656 (XDK 360) Avoid warnings 2014-01-10 21:22:24 +01:00
twinaphex
5979a1b1c2 (XDK D3D) Put some guards around invoking function pointers 2014-01-10 16:20:58 +01:00
twinaphex
64474142dd (XDK) Move xdk_d3d_generate_pp to xdk_ctx.c 2014-01-09 13:40:17 +01:00
twinaphex
be96c43220 (XDK) Fixed default analog axes 2014-01-09 13:24:01 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
115f706f24 (D3D) Split up version-agnostic defines into separate header file - will be
fleshed out later for D3D8, D3D9, etc.
2014-01-01 00:58:21 +01:00
Themaister
0d3428ad15 Add texture_image_free().
Cleans up deinit code for textures.
2013-12-31 19:16:29 +01:00
twinaphex
030012f664 (360) Some build fixes 2013-12-29 04:08:42 +01:00
twinaphex
3ea3901a2b (XDK) Implement analog code 2013-12-28 04:01:58 +01:00
twinaphex
1e52ee2f0f (XDK) Refactor input driver - now goes through joypad driver 2013-12-26 22:17:31 +01:00
twinaphex
a77b7576b7 (RMenu XUI) Get rid of rmenu_xui header 2013-11-19 06:42:27 +01:00
twinaphex
79a4f790fe (XDK1) Menu texture now fills entire screen 2013-11-15 02:54:14 +01:00
twinaphex
ef7d85c1ce (XDK D3D) Some texture menu tweaks 2013-11-15 02:44:17 +01:00
twinaphex
94a49d4273 (xdk_d3d) Remove HAVE_MENU_PANEL define 2013-11-12 12:31:21 +01:00
twinaphex
50dc298187 (Xbox 1) Remove menu_panel 2013-11-11 04:04:24 +01:00
twinaphex
54d2e2d321 (Xbox 1) Build fixes 2013-11-11 03:36:30 +01:00
twinaphex
f8c37fc933 (Menu) Simplify menu preprocessor conditionals - there is now
one common catch-all define called HAVE_MENU
2013-11-08 04:36:47 +01:00
twinaphex
da8f8b6d63 Get rid of lifecycle_mode_state and use g_extern.lifecycle_state
instead
2013-11-07 21:44:44 +01:00
twinaphex
2c2542ff63 Rename message.c/message.h to message_queue.c/message_queue.h 2013-11-06 15:08:54 +01:00
twinaphex
bc13d07026 (XDK) xdk input - fix up erroneous copy-paste - was accidentally
callocing struct
2013-11-04 00:13:09 +01:00
twinaphex
332f221c64 (XDK D3D) Prevent unitialized variables 2013-11-04 00:04:53 +01:00
twinaphex
0b307dc9fb (XDK1) Build fix 2013-11-03 21:37:31 +01:00
twinaphex
0dbbc33529 (XDK) Implement rumble (based on XInput Windows driver - not sure
if treating left motor as "strong" motor is correct behavior we
should take from the Windows driver
2013-11-03 21:32:16 +01:00
twinaphex
c0e02d3957 (Android/General) Add preliminary sensor support to libretro API /
add accelerometer support to Android input driver
2013-11-03 00:27:58 +01:00
twinaphex
3e8166bfa5 (Input) Add new function to input driver - get_capabilities 2013-11-02 21:16:57 +01:00
twinaphex
f149c387b9 Remove 'start' from video interface 2013-11-01 21:18:38 +01:00
twinaphex
b09a7bae43 (XDK) Move font context initing to xdk_d3d_init 2013-11-01 17:36:31 +01:00
twinaphex
a682319eee (XDK1) Fix build - reimplemented input init 2013-11-01 17:12:24 +01:00
twinaphex
c2b55b9974 (XDK) Fix message queue 2013-10-07 23:57:55 +02:00
twinaphex
32ac80c8e7 (XDK) Take out D-pad emulation binds 2013-10-07 16:23:15 +02:00
twinaphex
b58ccb6e59 (XDK) xdk_input.c - get rid of pads_connected 2013-10-06 20:49:11 +00:00
twinaphex
f38f43ddac (XDK) xdk_input - cleanup 2013-10-06 20:38:58 +00:00
twinaphex
fd053086ef (RARCH_CONSOLE) Remove DECREMENT_BIND/INCREMENT_BIND 2013-10-06 20:01:44 +00:00
twinaphex
abb829283b Take out messy Dpad emulation code - this will require an entire
rewrite where we come up with a solution that works the same across
console/PC/mobile
2013-10-05 20:55:37 +00:00
twinaphex
cf3fa07c4a (RARCH_CONSOLE) Reduce code duplication for default input binds 2013-10-01 18:38:12 +02:00