twinaphex
d539bed82c
Hide more manipulation of lifecycle_state behind rarch_main_set_state
...
function
2014-09-03 18:36:46 +02:00
twinaphex
5a5d58d8e8
Refactor more direct manipulation of g_extern.lifecycle_state
2014-09-03 16:58:20 +02:00
twinaphex
3bd57e6336
(Lakka) Build fix
2014-09-01 19:37:00 +02:00
twinaphex
1a06594858
(Lakka) Update/buildfix
2014-09-01 04:45:54 +02:00
Jean-André Santoni
4ba8b16671
(Lakka) Allow quitting RetroArch
2014-08-27 22:18:17 +02:00
Jean-André Santoni
01e440de01
(Lakka) Fix subitems vertical spacing
2014-08-27 21:44:47 +02:00
Jean-André Santoni
db5d88641a
(Lakka) Remove libpng dependancy and use lowercase variables
2014-08-08 23:29:36 +02:00
Jean-André Santoni
85666a1cba
(Lakka) Better way to prevent offscreen drawing
...
Also removes a workaround, better transparency handling, fade out the arrow, fade out the items
2014-08-08 11:52:14 +02:00
Jean-André Santoni
0b52bd86f0
(Lakka) Responsive menu
2014-08-01 15:11:40 +02:00
twinaphex
3a501e750f
Hose some more code to rarch_main_command
2014-07-22 03:55:55 +02:00
twinaphex
176b4f91b6
Create RARCH_CMD_LOAD_CORE
2014-07-22 03:34:28 +02:00
twinaphex
72be4b17e7
(Main) Take out HAVE_SCREENSHOTS ifdef
...
Create RARCH_CMD_TAKE_SCREENSHOT
2014-07-22 03:17:47 +02:00
twinaphex
4b0f3584e0
Create rarch_main_command - command.c could maybe later be made
...
more generic so we can just do this through command.c functions
locally
2014-07-22 02:14:52 +02:00
twinaphex
639e6dbe33
(Menu) Make distinction between menu and RGUI more clear - RGUI is just
...
the display layer driver now
2014-06-10 01:42:26 +02:00
twinaphex
206ea0a2d4
(Lakka) More cleanups
2014-06-05 21:18:15 +02:00
twinaphex
a23b1ad2d7
(Lakka) Better separation of code logic and display code -
...
disp/lakka.c should only be concerned with 'rendering' things to
the screen - and backend driver should actually implement the
logic
2014-06-04 22:29:00 +02:00
Jean-André Santoni
314a27d5bf
(Lakka) Add callbacks to tweens, and fade the in menu when possible
2014-06-03 11:55:23 +02:00
Jean-André Santoni
f2ce3fcbae
(Lakka) Code refactoring and performance improvements
2014-06-02 23:57:31 +02:00
Jean-André Santoni
70b58f26fd
(Lakka) Display some fake settings
2014-06-02 16:34:17 +02:00
twinaphex
d362fa818a
(Lakka) fix build
2014-06-01 00:48:54 +02:00
twinaphex
5e05665a0e
(Menu) Replace rgui pointers everywhere in menu code with driver.menu
2014-05-31 22:35:08 +02:00
twinaphex
6307202a6d
(Menu) render_messagebox/render/frame functions from menu_ctx no longer
...
get a rgui handle passed to them
2014-05-30 21:51:12 +02:00
twinaphex
a282a10ba9
(Lakka) Build fix
2014-05-30 21:15:39 +02:00
twinaphex
779c467191
(Menu) Get rid of passing rgui pointer around to most functions in
...
menu backend. NOTE: Applying filters seems to be broken on PC
right now, investigate
2014-05-30 20:23:20 +02:00
twinaphex
c57f780d9f
(Menu) Start undoing passing rgui pointer to every menu-related
...
function - the only functions where it should actually pass a
pointer instead of just grabbing a pointer from menu.driver should
be in the menu init/deinit functions
2014-05-30 19:34:01 +02:00
twinaphex
ebfb104986
(Lakka) Prevent some more segfault bugs
2014-05-27 03:48:08 +02:00
twinaphex
3846ad5f0d
(Lakka) Cleanups
2014-05-27 03:25:41 +02:00
twinaphex
20b54b476a
(Lakka) Debork more code
2014-05-27 02:26:15 +02:00
twinaphex
9e1dfbef29
Split up defer core functionality to menu_common and create
...
callbacks for menu backend context-specific operations
2014-05-22 03:12:56 +02:00
twinaphex
43b79f34c9
(Lakka) ROM/core loading - add codepath for targets that don't
...
have HAVE_DYNAMIC defined as well
2014-05-10 00:07:15 +02:00
twinaphex
021e110a3c
(Authors) Add Lakka author to credits
...
(Lakka) Add fallback directory in case rgui->libretro_dir points
to nothing for core directory list
2014-05-09 17:55:39 +02:00
twinaphex
87f9a381dc
(Lakka) Erase all copy-pasted code in menu_lakka_backend.c
2014-05-09 17:36:38 +02:00
twinaphex
f26a82a6ae
(Menu) Make time/delta variables exposable to display driver
...
(Lakka) Start implementing iterate function more properly
2014-05-09 17:29:41 +02:00
Jean-André Santoni
e5e806764e
Update menu_lakka_backend
2014-05-09 16:28:09 +02:00
Jean-André Santoni
7dda9f0b00
Lakka menu display and icons
2014-05-08 01:12:51 +07:00