Commit Graph

8617 Commits

Author SHA1 Message Date
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
twinaphex
65c1a1b866 (Apple) (glsym_gl.c) Comment out all functions not supported by
Snow Leopard GL
2013-11-09 07:38:50 +01:00
twinaphex
ed8229e2f9 (Apple) Make apple_gfx_ctx_get_proc_address backwards compatible
with Snow Leopard
2013-11-09 07:07:35 +01:00
ToadKing
22ebf14787 [EMSCRIPTEN] fix compile 2013-11-09 00:14:44 -05:00
twinaphex
892e150953 (Apple) Use recommended project settings 2013-11-09 01:52:18 +01:00
twinaphex
99f3db5c78 (Apple) platform_apple.c - process_events - returntype int
instead of void - fixes warning
2013-11-09 01:51:00 +01:00
twinaphex
611ca465fe (OSX) get_chosen_screen - should now compile for Snow Leopard and up 2013-11-09 01:49:22 +01:00
twinaphex
223448d943 (Apple) Build fix for platforms where we have ARC
enabled - can't use NSAutoreleasePool directly it seems
2013-11-09 01:37:34 +01:00
twinaphex
03495fdc3a (OSX) Replace some ObjC literals for Snow Leopard backwards
compatibility - should be code reviewed
2013-11-09 01:15:38 +01:00
Themaister
b20f8670b0 Fix RETRO_DEVICE_ANALOG for keyboard binds. 2013-11-09 01:04:04 +01:00
twinaphex
9b34000434 (OSX) ifdef NSOpenGLPFAOpenGLProfile with MAC_OS_X_VERSION_10_7 - Core GL
profile only available from 10.7 and up
2013-11-09 00:41:00 +01:00
twinaphex
6670766bb6 (OSX) Simplify NSScreen - bounds 2013-11-09 00:24:34 +01:00
twinaphex
c49e9b51af (OSX) Snow Leopard backwards compatibility - NSScreen implementation -
bounds function - first convert NSRect to CGRect, then use CGRectGet*
functions on them
2013-11-09 00:10:00 +01:00
Daniel De Matteis
fad421e381 (OSX) get_chosen_screen - make it backwards compatible with Xcode 3.2/
Snow Leopard - meancoot - please code review
2013-11-08 23:57:57 +01:00
twinaphex
323d35584f (miniz) Add deflate - MAME 2003 can now be linked for consoles 2013-11-08 19:47:18 +01:00
twinaphex
e5bd675225 (Miniz) Add (untested) version of inflateReset and add some shim functions 2013-11-08 19:06:58 +01:00
Themaister
720ea1a99d Build fix. 2013-11-08 18:43:27 +01:00
twinaphex
8ab88a5272 (RGL PS3 Cg) Take out unused shared parameters 2013-11-08 16:14:23 +01:00
twinaphex
dc7a98f48c (RGL PS3) Group more cases together in switches 2013-11-08 15:57:42 +01:00
twinaphex
588224aaed (Menu) Use void* for arguments instead of passing by rgui_handle_t* 2013-11-08 15:38:18 +01:00
twinaphex
cc78199051 (Menu) Cut down on some HAVE_RMENU ifdefs 2013-11-08 15:15:53 +01:00
twinaphex
a4d5c3c99c (Menu) Add init_assets/free_assets to menu_context 2013-11-08 15:13:14 +01:00
twinaphex
3d016bd5bc (Menu) Avoid warnings with SNC compiler 2013-11-08 07:21:08 +01:00
twinaphex
bbf7335bd3 (PS3) header includes for rgl_ps3.cpp 2013-11-08 05:22:15 +01:00
twinaphex
de6d5beeeb Condense ifdef preprocessor statement (ifdef HAVE_MENU) 2013-11-08 05:00:21 +01:00
twinaphex
7195a3672c Define HAVE_MENU for BB10/Playbook/OSX/iOS project files 2013-11-08 04:56:18 +01:00
twinaphex
87179e4946 (Android) Define HAVE_MENU 2013-11-08 04:53:40 +01:00
twinaphex
3fa7f05cae Move file_list.c/file_list.h to root dir 2013-11-08 04:53:12 +01:00
twinaphex
77622e390c (file_list.c) Rename rgui_file to item_file 2013-11-08 04:50:33 +01:00
twinaphex
a71314bded (file_list) Rename rgui_list to file_list - also replace function names 2013-11-08 04:48:31 +01:00
twinaphex
4ab64bcd8f (Menu) Rename some more functions with prefix rgui_ 2013-11-08 04:43:42 +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
ToadKing
4369b3dbce [PS3] fix scond_wait_timeout 2013-11-07 21:59:17 -05:00
twinaphex
9d4d6fe23d (Menu) Refactor menu code - change namespace of functions
(PS3 Menu) Add PAL60 mode
2013-11-08 03:37:06 +01:00
ToadKing
469671af57 make autosave timeout value more descriptive 2013-11-07 21:02:59 -05:00
ToadKing
f3fec499ca [GX] enable threads, build warning fixes 2013-11-07 21:01:49 -05:00
ToadKing
1ca96ccd82 fix autosave timeout in RGUI 2013-11-07 20:49:33 -05:00
ToadKing
89571e564f [GX] implement pthread_cond_timedwait 2013-11-07 19:57:16 -05:00
twinaphex
0faa3fbbde (RARCH_CONSOLE) Compile in SRAM Autosave option in by default
for RARCH_CONSOLE now
2013-11-08 01:54:46 +01:00
twinaphex
460533aa53 Add authors to core_info.c 2013-11-08 00:30:14 +01:00
ToadKing
3124dff2a3 fix deferred loading on consoles 2013-11-07 18:28:49 -05:00
ToadKing
2a7d39db2b [GX] fix crashes 2013-11-07 17:47:28 -05:00
twinaphex
32f749377e matrix.h - fix typo 2013-11-07 22:53:49 +01:00
twinaphex
3d5f839b59 (matrix_3x3.c) Fix copyright headers 2013-11-07 22:51:51 +01:00
twinaphex
2422c61d7a (retroarch.c) Fix typo in log message 2013-11-07 21:47:41 +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
c6aebe7211 (Rmenu_disp) Now loads rgui_show_start_screen from config file -
stops nagging of startup help message
2013-11-07 21:25:04 +01:00
twinaphex
329393eb14 (rmenu_disp) Implement render_messagebox 2013-11-07 21:10:53 +01:00