19114 Commits

Author SHA1 Message Date
Twinaphex
ed7e2bbcfe Fix menu_entry_get_label 2015-05-10 12:52:07 +02:00
twinaphex
c8e79c4ef2 menu_entry_get_label - fix typo 2015-05-10 12:45:53 +02:00
twinaphex
d500efb454 Change menu_entry_get_label 2015-05-10 12:44:32 +02:00
twinaphex
cdfd5406fe (RGUI) Remove unused variable 2015-05-10 12:33:48 +02:00
twinaphex
53866fe029 (Menu) Code duplication cleanup - use get_core_title 2015-05-10 12:10:06 +02:00
twinaphex
7914946d19 Move code from menu_list.c to menu_entry.c 2015-05-10 11:23:00 +02:00
twinaphex
2996f389a2 Buildfix 2015-05-10 11:13:46 +02:00
Twinaphex
a8b605ada9 (CocoaTouch) Fix some references 2015-05-10 11:10:48 +02:00
twinaphex
040ffe8136 (menu_entry.c) Change names of functions 2015-05-10 11:06:58 +02:00
Twinaphex
39281f1655 (CocoaTouch) Build fix 2015-05-10 11:02:10 +02:00
twinaphex
1f603085c7 Move enum type to menu_entry.h too 2015-05-10 11:01:17 +02:00
twinaphex
3a0aab31f6 Create menu_entry.h 2015-05-10 11:00:05 +02:00
twinaphex
0333cb5eb6 Refactor cocoatouch_support.c as menu/menu_entry.c 2015-05-10 10:55:20 +02:00
twinaphex
7bb2f2577a (cocoatouch_support.c) Some more style nits 2015-05-10 10:37:56 +02:00
twinaphex
abe6dff5be (cocoatouch_support.c) Indenting nits 2015-05-10 10:33:17 +02:00
Twinaphex
83b604ed37 Merge pull request #1683 from jeapostrophe/master
Simplify Cocoa Menu
2015-05-10 10:03:54 +02:00
radius
c6d344bb13 fix data saving in the wrong location for subsystem 2015-05-09 23:46:45 -05:00
radius
88b749f6c3 Merge branch 'master' of github.com:libretro/RetroArch into HEAD 2015-05-09 22:47:13 -05:00
radius
6db06066e3 revert some changes in load_content to make SGB work again with the subsystem API 2015-05-09 22:46:46 -05:00
Jay McCarthy
a04d7284c6 Simplify Cocoa Menu 2015-05-09 19:30:11 -04:00
twinaphex
3c5b83cf08 (360) Build fixes 2015-05-09 18:12:15 +02:00
twinaphex
132bec0237 (D3D) Fix warning 2015-05-09 18:07:59 +02:00
twinaphex
303fcfa6bb (RMenu XUI) Buildfix 2015-05-09 17:54:19 +02:00
twinaphex
73d5e8a41b (PS3) Build fix and fix warnings 2015-05-09 17:53:03 +02:00
twinaphex
945d2851ba Pass frame_count variable to gl_frame_fbo 2015-05-09 17:41:53 +02:00
Alcaro
3ea56e67a9 Fix some race conditions on that frame counter. 2015-05-09 16:30:02 +02:00
twinaphex
83e0164c93 Get rid of 64-bit formatting warnings 2015-05-09 16:21:35 +02:00
twinaphex
3d6b29e97b thread_get_frame_count - return 0 instead of NULL 2015-05-09 16:07:05 +02:00
Twinaphex
f08db710ac Kill unused variables 2015-05-09 16:06:05 +02:00
twinaphex
9b9e65abf3 Start using video_driver_get_frame_count 2015-05-09 16:04:12 +02:00
twinaphex
5aeb906065 Create video_driver_get_frame_count 2015-05-09 15:54:51 +02:00
twinaphex
ae408a1d41 Create video_poke get_frame_count function 2015-05-09 15:52:06 +02:00
twinaphex
4ecfe639b3 Create local frame_count variables again in video_drivers 2015-05-09 15:41:10 +02:00
twinaphex
0658bcd84b (Android/iOS) Make GLUI the new default UI on Android and iOS 2015-05-09 15:06:32 +02:00
twinaphex
5b1455070f (GLUI) Translucent selection bar looks a bit more correct now 2015-05-09 14:01:50 +02:00
twinaphex
9c32375861 Create xmb_context_bg_destroy 2015-05-09 13:29:48 +02:00
twinaphex
62975e1990 Reupload white texture when uploading a wallpaper 2015-05-09 13:21:32 +02:00
twinaphex
6f96b32df4 (GLUI) White texture should be properly uploaded to GPU
in threaded video mode now too
2015-05-09 13:12:43 +02:00
twinaphex
31498e825f Crashed here in threaded video mode 2015-05-09 12:35:06 +02:00
twinaphex
dbdffb91c0 (GLES/GLUI) Scrollbars, rectangle top/bottom show up now in GLES - currently
selected bar currently has wrong color
2015-05-09 12:24:24 +02:00
twinaphex
a2359527af Change check for GLX to HAVE_GLES 2015-05-09 11:29:51 +02:00
twinaphex
bbd2f6054b Don't compile in GLX if HAVE_OPENGLES is defined 2015-05-09 11:27:51 +02:00
twinaphex
6fbd9df9d9 Take out runloop-related code in gfx/video_driver.c's init_video
function
2015-05-09 10:41:36 +02:00
twinaphex
dcfa47c23b Increment runloop->frames.video.count outside of video_driver_frame 2015-05-09 10:37:03 +02:00
Twinaphex
bdecad040b Merge pull request #1682 from archshift/patch-1
README.md: Fix markdown fail in bash compiling instructions
2015-05-09 10:04:15 +02:00
twinaphex
fddfee05a9 Turn threaded data runloop off by default - still very unstable
when used in conjunction with threaded video
2015-05-09 10:01:16 +02:00
Twinaphex
21614c9d4e (CocoaTouch) Change 'Resume' to 'Switch' 2015-05-09 09:53:20 +02:00
twinaphex
7242693e69 (Android) Go back to old input code 2015-05-09 09:38:45 +02:00
archshift
8dc46ccfc8 README.md: Fix markdown fail in bash compiling instructions 2015-05-08 19:36:00 -07:00
Twinaphex
c23e6c2780 (CocoaTouch) Buildfix 2015-05-08 22:22:00 +02:00