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
twinaphex
7063c52e27
(Menu) Take out log messages for load_menu_game
2014-06-03 20:30:33 +02:00
twinaphex
e9e6c51368
(Lakka) Fix segfault
2014-06-03 16:32: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
Twinaphex
3ad7f76cd8
Merge pull request #729 from lakkatv/lakka
...
(Lakka) Store the content icons in the category to save ram
2014-06-03 02:29:49 +02:00
twinaphex
611bb0331f
Cleanups to load_menu_game
2014-06-03 02:28:38 +02:00
Jean-André Santoni
365fded925
(Lakka) Store the content icons in the category to save ram
2014-06-03 02:20:24 +02:00
twinaphex
8deaf2b714
(Menu) Forgot to deinit if main_is_init is true
2014-06-03 02:01:49 +02:00
twinaphex
ae1e3b3f07
Rewrite rarch_main_wrap - we need a way of getting a valid argc/argv
...
pair for consoles where we get stupid argc/argv pairs back that need
to be 'converted' into something that RetroArch's PC-style args parsing
can deal with
2014-06-03 01:45:25 +02:00
Jean-André Santoni
f2ce3fcbae
(Lakka) Code refactoring and performance improvements
2014-06-02 23:57:31 +02:00
Jean-André Santoni
36eaf74a2e
(Lakka) Fix a performance issue in lakka_frame when displaying a submenu
2014-06-02 21:15:12 +02:00
Twinaphex
98491c3fa6
Merge pull request #726 from lakkatv/lakka
...
(Lakka) Display some fake settings
2014-06-02 16:45:08 +02:00
Jean-André Santoni
70b58f26fd
(Lakka) Display some fake settings
2014-06-02 16:34:17 +02:00
twinaphex
ae6688465c
(Menu) Add more info descriptions
2014-06-02 15:48:21 +02:00
twinaphex
42e012a080
(Menu) When both HAVE_DYLIB and HAVE_FILTERS_BUILTIN were defined,
...
menu item 'Video Filter' would respond to wrong action upon pressing
RGUI_ACTION_OK
2014-06-02 10:52:27 +02:00
twinaphex
adc9d2bbee
(Menu) Put Frontend Counters on top
2014-06-02 00:29:04 +02:00
twinaphex
5d68975d0a
(Menu) Add Frontend and Core Performance Counters
2014-06-01 23:54:26 +02:00
Jean-André Santoni
b3da7c1a4b
(Lakka) Fix active item label
2014-06-01 22:37:05 +02:00
twinaphex
753d78dfd3
(Performance counters) Add performance counters to regular build
...
(Menu/Setting) Enable g_extern.perfcnt_enable - turns RetroArch
frontend perfcounters on/off
(Menu) Add menu option 'Performance Counters'
2014-06-01 22:07:39 +02:00
Themaister
51a3de5120
Avoid having to redefine all binds.
2014-06-01 20:53:52 +02:00
twinaphex
80f5167bd9
(Menu) Add more info descriptions for menu items
2014-06-01 20:43:55 +02:00
Themaister
3138152a80
Allow perf counter reset from RGUI.
2014-06-01 20:24:55 +02:00
Themaister
88a0fa81c2
Fix perf counter offset.
2014-06-01 20:08:10 +02:00
Themaister
cb6db240de
Avoid some more crazy switch mess.
2014-06-01 19:59:38 +02:00
Themaister
6ee535eafd
Avoid some pretty nasty switch mess.
2014-06-01 19:55:53 +02:00
twinaphex
a71d9d2811
(Menu) Minor nits
2014-06-01 18:54:07 +02:00
twinaphex
df53c6b6e7
(Menu) Add Performance Counters Option. TODO - when in Performance
...
Counters menu, should update values in real-time
2014-06-01 18:45:03 +02:00
Jean-André Santoni
9e3e3180d8
(Lakka) Init textures and labels in context_reset and destroy them in context_destroy
2014-06-01 17:07:03 +02:00
Themaister
d8c8f3a139
Sinc works just fine for downsampling.
2014-06-01 12:08:48 +02:00
twinaphex
15010dc77c
(Menu) Add some info screen messages for individual drivers
2014-06-01 06:54:09 +02:00
twinaphex
51a3d93fbd
(Menu) DSP filter Directory Path needs to be exposed to non-HAVE_DYLIB
...
targets too
2014-06-01 05:47:34 +02:00
twinaphex
31f7c4e3fa
(PS3) Fix warnings in history.c - potential uninitialized variables
2014-06-01 03:20:53 +02:00
twinaphex
98467a744e
(GX) Fix warning
2014-06-01 03:17:46 +02:00
twinaphex
16350367b7
(360) Build fixes
2014-06-01 02:33:43 +02:00
twinaphex
06ee8f1bc6
(core_info) Do same here
2014-06-01 02:29:19 +02:00
twinaphex
a0bbb144be
Do same for core_info.c and history.c
2014-06-01 02:16:48 +02:00
twinaphex
5e11bf34ac
(File List) Fix errors with MSVC 2003 - 'cannot convert parameter
...
1 from 'void *' to 'file_list_t *'
2014-06-01 02:08:51 +02:00
twinaphex
1e73dcfb1d
(Lakka) Some cleanups
2014-06-01 01:08:39 +02:00
twinaphex
d362fa818a
(Lakka) fix build
2014-06-01 00:48:54 +02:00
Themaister
4449f071ed
Create rarch_reinit_drivers().
...
Avoid rarch_set_fullscreen() calls which are non-intuitive.
2014-06-01 00:42:36 +02:00
Themaister
79bd141839
Don't pass useless argument to set_texture().
...
Be more defensive in rmenu texture upload.
2014-06-01 00:20:54 +02:00
twinaphex
ea49c5ecae
Revert "(RMenu) Take out menu_texture_inited bool"
...
This reverts commit 36820347b3de8fd28f1c9288d8a521ca123bb0f4.
2014-05-31 23:47:35 +02:00
Themaister
f1b3252193
Don't init assets from init.
...
Rename to context_reset/context_destroy and let the driver init/uninit
step signal the menu when the context is going down and coming up.
2014-05-31 23:24:46 +02:00
twinaphex
d5ec0c8d90
(Lakka) Add glDeleteTextures calls to lakka_free_assets
2014-05-31 23:19:59 +02:00
twinaphex
36820347b3
(RMenu) Take out menu_texture_inited bool
2014-05-31 23:01:20 +02:00
Themaister
ec92abba9f
Full fullscreen toggle and DSP reinit.
...
Softfilters broken due to menu reinit. The whole menu stack gets flushed
out causing infinite loop.
2014-05-31 22:58:22 +02:00
twinaphex
61ec27fd5c
(Menu) Use driver.menu instead of grabbing pointer from menu.driver
2014-05-31 22:56:33 +02:00
twinaphex
262c1aa54b
Softfilter toggling currently broken
2014-05-31 22:38:09 +02:00
twinaphex
5e05665a0e
(Menu) Replace rgui pointers everywhere in menu code with driver.menu
2014-05-31 22:35:08 +02:00
twinaphex
9212043920
(Menu) More cleaning up - replace rgui pointer with driver.menu
...
everywhere in menu_common_backend.c and disp/rgui.c
2014-05-31 22:20:27 +02:00