Commit Graph

8699 Commits

Author SHA1 Message Date
twinaphex
1850428ef6 (RGL PS3) Using namespace cell::Gcm can go now 2013-11-16 18:01:30 +01:00
Themaister
271939875a Update libretro camera API.
Need initialized/deinitialized callbacks to properly
handle driver reinit.
2013-11-16 17:54:18 +01:00
twinaphex
5c89e9106a (RGL PS3) Turn rglGcmFifo into a struct instead of a C++-style struct
(ie. class)
2013-11-16 17:48:11 +01:00
Themaister
28e9ce7d30 Clear out camera/ on make clean. 2013-11-16 17:31:49 +01:00
Themaister
6d6e964672 Fixup CXX_BUILD.
Cleans lots of sign-related warnings as well.
2013-11-16 17:31:49 +01:00
Themaister
a824952dec Some V4L2 cleanups.
Avoids global state for buffers, and make processing loop a bit simpler.
2013-11-16 17:31:49 +01:00
twinaphex
8826034a55 (PS3) Get rid of CELL_SDK_VERSION macro if conditional 2013-11-16 16:31:16 +01:00
twinaphex
f0ab69b115 (PS3) Split up OSK code into separate file 2013-11-16 16:02:04 +01:00
twinaphex
c062f36059 (OSK) Cleanup conditionals in menu_common.c 2013-11-16 15:56:52 +01:00
twinaphex
6828183b64 (OSK) Move runtime state (OSK callbacks) to g_extern 2013-11-16 15:54:50 +01:00
twinaphex
683c6432cd Add camera_device to retroarch.cfg 2013-11-16 03:28:45 +01:00
ToadKing
be830a0a1c [V4L2] set the frame_raw_cb pitch correctly 2013-11-15 19:38:48 -05:00
ToadKing
8f78112261 [V4L2] more conversion fixes 2013-11-15 19:35:16 -05:00
ToadKing
bc29115692 [V4L2] fix bad poitner arithmetic 2013-11-15 18:30:41 -05:00
ToadKing
e524ee1834 [V4L2] detect core caps correctly 2013-11-15 17:58:01 -05:00
twinaphex
9558a47ada (PS3 RGUI) Working OSK input 2013-11-15 23:19:44 +01:00
twinaphex
be356b7b67 (Menu) Add extra settings 2013-11-15 22:53:58 +01:00
twinaphex
111a5a3ed1 (Salamander) Cleanup 2013-11-15 17:42:43 +01:00
twinaphex
d06eebf9e6 (RGL PS3) cleanups 2013-11-15 17:21:30 +01:00
twinaphex
e8723dec16 (HAVE_OSK) Add OSK to menu iterate function 2013-11-15 05:18:36 +01:00
twinaphex
3ccf5c1457 (Salamander XDK1) Fix 2013-11-15 05:02:39 +01:00
twinaphex
6c394d717c (XDK1 Salamander) Build fix 2013-11-15 04:26:38 +01:00
ToadKing
0bb6c4aafc [EMSCRIPTEN] partially implement raw fb camera mode
need to add RGBA->XRGB conversion
2013-11-14 21:08:17 -05: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
1d067b9148 (V4L2) Check if raw_framebuffer_cb is not NULL 2013-11-15 01:19:54 +01:00
twinaphex
3c70302fb6 (V4L2) Fill in raw_framebuffer code - experimental 2013-11-13 15:36:10 +01:00
twinaphex
921327c7ab Add copyright to platform_apple.c 2013-11-13 12:43:28 +01:00
Squarepusher
4ab77e8405 Merge pull request #385 from libretro/webcam-test
Emscripten webcam driver
2013-11-13 01:25:19 -08:00
ToadKing
aaff8f2648 move prototype camera interface to libretro interface - GL texture only for now 2013-11-12 19:48:36 -05:00
twinaphex
d87c20feee (PS3) Get rid of ps3_input.h 2013-11-13 00:41:03 +01:00
twinaphex
aec049c803 (OSK) Refactor - (Onscreen Keyboard) - PS3-only backend for now -
I will make an overlay-based backend soon too for all other platforms
2013-11-13 00:27:31 +01:00
twinaphex
b20360948f (menu_common) Remove HAVE_OSK - will have to be reimplemented 2013-11-12 23:09:01 +01:00
ToadKing
4b7557c5ae Merge branch 'master' of https://github.com/libretro/RetroArch into webcam-test
Conflicts:
	Makefile.emscripten
2013-11-12 16:27:12 -05:00
ToadKing
27d1a9625f [EMSCRIPTEN] build with an outlining limit 2013-11-12 16:23:09 -05:00
twinaphex
f9b502773d (OSK PS3) Fix free 2013-11-12 20:02:25 +01:00
twinaphex
8ce8051654 (OSK PS3) Refactor OSK PS3 input 2013-11-12 17:16:30 +01:00
Themaister
fee97c961f Fix libretro comment. 2013-11-12 16:09:28 +01:00
Themaister
dfff94e5a0 Rework camera interface.
Hook up a more proper interface for libretro. Still very experimental.
2013-11-12 16:02:26 +01:00
Themaister
6f09f4b8e0 Stick to mmap() in v4l2.
Avoids really bloated code. Shouldn't become a problem.
2013-11-12 16:02:26 +01:00
twinaphex
ec2f91f19e (platform_psp.c) use fill_pathname_join instead of snprintf 2013-11-12 15:03:50 +01:00
twinaphex
29677b7a08 (platform_gx) Use fill_pathname_join instead of snprintf 2013-11-12 14:59:06 +01:00
Themaister
d7d928dd5e environ should return false when HAVE_CAMERA is undefined. 2013-11-12 14:14:52 +01:00
twinaphex
4e7783c19b (dynamic.c) Fix fallthrough 2013-11-12 13:23:51 +01:00
twinaphex
a5c0009475 (RGL PS3) Remove more unneeded Cg functions 2013-11-12 13:18:43 +01:00
twinaphex
d59bdf880f (RGL PS3) Remove unneeded Cg functions 2013-11-12 13:01:43 +01:00
twinaphex
94a49d4273 (xdk_d3d) Remove HAVE_MENU_PANEL define 2013-11-12 12:31:21 +01:00
twinaphex
c107b06a76 Add RETRO_ENVIRONMENT_SET_CAMERA_RETRIEVE 2013-11-12 12:00:57 +01:00
twinaphex
d662357999 (RARCH_CONSOLE) Remove default_paths.border_dir 2013-11-12 10:36:07 +01:00
twinaphex
e83d4a6249 (retroarch.c) use strlcpy instead of snprintf / simplify some strings 2013-11-12 10:25:38 +01:00