19190 Commits

Author SHA1 Message Date
twinaphex
f161883cf5 (RMenu) Cleanup 2015-05-11 17:46:23 +02:00
twinaphex
9eacc255ea (menu_input.c) More cleanups 2015-05-11 12:03:02 +02:00
twinaphex
6cfbc88a1b Simplify pointer_tap 2015-05-11 11:53:30 +02:00
Twinaphex
ed63625613 (menu_input.c) remove unused variable 2015-05-11 11:51:44 +02:00
twinaphex
9f4cd46dce Simplify menu_input_mouse_post_iterate/menu_input_pointer_post_iterate 2015-05-11 11:50:55 +02:00
twinaphex
4229d97e73 Simplify menu_input_post_iterate 2015-05-11 11:48:43 +02:00
twinaphex
dd214a7a4b Start simplifying menu_input_mouse_post_iterate 2015-05-11 11:36:15 +02:00
twinaphex
722f46721f (menu_input.c) Cleanups 2015-05-11 11:21:23 +02:00
twinaphex
78c55c55c5 Create menu_displaylist.c 2015-05-11 11:11:23 +02:00
Twinaphex
297fc772c0 (UI Companion) Create notify_list_loaded 2015-05-11 09:56:45 +02:00
radius
dbd8ad6e0b enable persistent storage via browserfs, works with saves, for some reason with savestates it hangs
https://github.com/jvilk/BrowserFS
https://github.com/Modernizr/Modernizr
2015-05-11 02:46:42 -04:00
radius
d1f96cf0e4 add new emscripten template 2015-05-10 21:37:05 -04:00
Twinaphex
32873de0ce Should not needlessly flag menu->need_refresh = true when we
toggle the menu
2015-05-11 01:47:19 +02:00
twinaphex
bb11745b5e Create menu_entry_action 2015-05-11 01:27:00 +02:00
twinaphex
4d7c2a642d (GL) Cleanups 2015-05-11 00:20:06 +02:00
Twinaphex
fcd784de94 Merge pull request #1686 from heuripedes/master
(driver.c) Deinitialize in the reverse order of initialization
2015-05-10 23:55:24 +02:00
Higor Eurípedes
7b66809b57 (driver.c) Deinitialize in the reverse order of initialization 2015-05-10 18:48:07 -03:00
Twinaphex
8e93d13d67 Merge pull request #1685 from heuripedes/master
Attempt to fix shared context issues
2015-05-10 21:21:57 +02:00
Higor Eurípedes
d2d1eaa4f9 (GLUI) Quick fix for menu not rendering during info screen 2015-05-10 16:18:09 -03:00
Higor Eurípedes
e0dccab5fc (gl) Dont switch to another context in gl_set_osd_msg() 2015-05-10 16:18:09 -03:00
twinaphex
238fe7ecc5 Some cleanups to glui_context_bg_destroy 2015-05-10 20:21:34 +02:00
Twinaphex
621467e8d4 (CocoaTouch) Buildfix 2015-05-10 18:23:59 +02:00
twinaphex
4b0435ff42 Change menu_entry_pathdir_get_value and menu_entry_pathdir_get_extensions 2015-05-10 18:18:46 +02:00
twinaphex
8d5cb71fca (Menu) Set "Load Shader Preset" to type MENU_FILE_PATH 2015-05-10 18:08:28 +02:00
twinaphex
50cc590d98 (menu_entry.c) Fixed representation of core list 2015-05-10 16:42:49 +02:00
Twinaphex
fb5838c8ba Implement menu_entry_get_value 2015-05-10 12:58:46 +02:00
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