twinaphex
|
b20360948f
|
(menu_common) Remove HAVE_OSK - will have to be reimplemented
|
2013-11-12 23:09:01 +01: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 |
|
twinaphex
|
fde4311ef5
|
(PS3) Refactor OSK code - next thing should be abstracting it
|
2013-11-11 16:58:12 +01:00 |
|
twinaphex
|
6a9bc1bfa4
|
(Menu) Show camera driver inside 'Drivers' category
|
2013-11-11 15:39:46 +01:00 |
|
twinaphex
|
f8d44c6e60
|
(Camera) Add camera driver init/deinit when HAVE_CAMERA is defined
|
2013-11-11 14:26:57 +01:00 |
|
twinaphex
|
672594d7d3
|
(menu_settings.c) Fix config.def.h include
|
2013-11-11 12:59:16 +01:00 |
|
twinaphex
|
82f548a969
|
Refactor out settings_set
|
2013-11-11 12:56:38 +01:00 |
|
twinaphex
|
c67fc23778
|
(PS3) input driver - add missing breaks
|
2013-11-11 12:36:34 +01:00 |
|
twinaphex
|
2dd00822ee
|
Remove dependency on settings_set in retroarch.c
|
2013-11-11 12:35:20 +01:00 |
|
twinaphex
|
177af1fac2
|
Move display rasterizers for menu_common to frontend/menu/disp
|
2013-11-11 12:23:18 +01:00 |
|
twinaphex
|
a7a30646de
|
Remove rgui.h
|
2013-11-11 12:15:38 +01:00 |
|
twinaphex
|
d417669d48
|
(GX) Compile in HAVE_RSOUND for both Wii and NGC
|
2013-11-11 11:14:55 +01:00 |
|
twinaphex
|
72b32f2c41
|
(RARCH_CONSOLE) ifndef input_apply_turbo
|
2013-11-11 10:39:07 +01:00 |
|
twinaphex
|
7420012721
|
(RARCH_CONSOLE) Remove unneeded variables from default_paths
|
2013-11-11 10:37:39 +01:00 |
|
twinaphex
|
6997c207bd
|
Remove HAVE_FILEBROWSER/remove file_browser.c
|
2013-11-11 04:12:30 +01:00 |
|
twinaphex
|
50dc298187
|
(Xbox 1) Remove menu_panel
|
2013-11-11 04:04:24 +01:00 |
|
twinaphex
|
9284bb6b59
|
(camera/v4l2) v4l_init - free v4l object at error
|
2013-11-11 03:52:07 +01:00 |
|
twinaphex
|
96c06b5b26
|
(Xbox 1) Some rmenu_disp cosmetic improvements - seems to overflow
on render_messagebox
|
2013-11-11 03:49:23 +01:00 |
|
twinaphex
|
0e155f0ab4
|
(Xbox 1 - menu) Fix initial dir mappings
|
2013-11-11 03:39:30 +01:00 |
|
twinaphex
|
54d2e2d321
|
(Xbox 1) Build fixes
|
2013-11-11 03:36:30 +01:00 |
|
Themaister
|
270fb50db8
|
Forgot sizeof in realloc.
|
2013-11-10 18:08:04 +01:00 |
|
Themaister
|
67f7b34447
|
Fixup some style nits and cruft.
|
2013-11-10 18:02:40 +01:00 |
|
Themaister
|
70fcf31fdd
|
Use bool for ready.
|
2013-11-10 17:47:39 +01:00 |
|
Themaister
|
01d1b62a90
|
Add ./configure param for v4l2.
|
2013-11-10 17:25:47 +01:00 |
|
twinaphex
|
fcc4411496
|
(v4l2 camera) Get rid of warnings
|
2013-11-10 16:09:22 +01:00 |
|
twinaphex
|
dc5cd2ccc7
|
(qb) add check_pkgconf for Video4Linux2
|
2013-11-10 16:05:54 +01:00 |
|
ToadKing
|
10970d4290
|
[EMSCRIPTEN] add --no-heap-copy
|
2013-11-10 02:57:12 -05:00 |
|
ToadKing
|
247aa7cfd8
|
fix emscripten template typo
|
2013-11-10 02:56:47 -05:00 |
|
ToadKing
|
a6024c4efa
|
add width and height retrieval to camera driver
|
2013-11-09 23:06:58 -05:00 |
|
ToadKing
|
7525421c27
|
[EMSCRIPTEN] add template HTML page
|
2013-11-09 23:00:20 -05:00 |
|
twinaphex
|
bdf8ba19e4
|
(Android) Compile with HAVE_NETPLAY enabled
|
2013-11-10 04:22:29 +01:00 |
|
twinaphex
|
577bf02323
|
(Camera V4L2) Implement init_userp
|
2013-11-10 03:27:17 +01:00 |
|
twinaphex
|
fc65ae7709
|
(Camera) Add preliminary camera interface and preliminary
Video4Linux 2 camera driver implementation - ToadKing can try
to hook into this driver interface now for his WebGL camera driver
|
2013-11-10 03:16:03 +01:00 |
|
twinaphex
|
4405d08ae4
|
(RGL PS3) Cleanups
|
2013-11-10 03:16:03 +01:00 |
|
Themaister
|
acc8600b0a
|
Keyboard takes prio over joysticks for ANALOG.
Joysticks don't have to rest at 0 so they never allow keyboard to be checked properly.
|
2013-11-09 11:02:41 +01:00 |
|