Commit Graph

8858 Commits

Author SHA1 Message Date
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
twinaphex
ab0d1a2e65 (RGL PS3) Slim down headers 2013-11-07 19:11:25 +01:00
twinaphex
7b9b87c284 (rmenu_disp) remove most HAVE_MENU_PANEL ifdefs 2013-11-07 18:13:30 +01:00
twinaphex
bd67fe7d86 (rmenu_disp) Cosmetic improvements 2013-11-07 16:40:04 +01:00
Squarepusher
be4b78a8eb Merge pull request #381 from lioncash/master
[Android] Add an info view to the core manager InstalledCoresFragment.
2013-11-06 20:42:57 -08:00
Lioncash
48fd723015 [Android] Add an info view to the core manager InstalledCoresFragment. Also added a dual-fragment layout of this for tablet devices as well. 2013-11-06 23:39:15 -05:00
twinaphex
68fbbbd7f4 (PS3) No longer crashes on loading overlays 2013-11-07 05:21:09 +01:00
ToadKing
e668693e42 revert libretro.h changes 2013-11-06 22:51:10 -05:00
twinaphex
2f4e415035 (RARCH_CONSOLE) Disable turbo buttons on console - totally borks input 2013-11-07 04:20:20 +01:00
twinaphex
c567bec9bc (RGUI) Add need_refresh for increasing/decreasing shader passes 2013-11-07 03:33:34 +01:00