twinaphex
|
9adeae2df3
|
(Lakka) update_tweens gets value of 0.002 - assume
monitor refresh rate lock in RGUI
|
2014-05-29 17:44:31 +02:00 |
|
twinaphex
|
223ae6033d
|
(Lakka) Animations show up - unreliable though
|
2014-05-29 16:35:23 +02:00 |
|
twinaphex
|
14c81f13c9
|
(Frontend) Remove attempt_load_game variable
|
2014-05-28 22:20:08 +02:00 |
|
twinaphex
|
e1387a7b0b
|
Take out image driver
|
2014-05-28 21:14:33 +02:00 |
|
Jean-André Santoni
|
8a656cfccc
|
(Lakka) Fix a segfault in items_init
|
2014-05-27 22:43:04 +02:00 |
|
twinaphex
|
f788249c59
|
(Menu) Add get_default_menu function for default settings
|
2014-05-27 17:13:53 +02:00 |
|
Twinaphex
|
a56d57c615
|
Merge pull request #706 from libretro/shader-parameter
Shader parameter
|
2014-05-27 16:28:06 +02:00 |
|
twinaphex
|
a25a258153
|
(Menu) Add Content Dir label
|
2014-05-27 07:58:41 +02:00 |
|
twinaphex
|
0f578ad97d
|
(Lakka) More cleanups
|
2014-05-27 06:32:33 +02:00 |
|
twinaphex
|
bffbdbaca7
|
(Lakka) Cleanups
|
2014-05-27 06:27:31 +02:00 |
|
twinaphex
|
ebfb104986
|
(Lakka) Prevent some more segfault bugs
|
2014-05-27 03:48:08 +02:00 |
|
twinaphex
|
7acf7e706d
|
(Lakka) Remove more redundant re-setting of rgui->last_time
|
2014-05-27 03:29:21 +02:00 |
|
twinaphex
|
76bf7525ca
|
(Lakka) More cleanups
|
2014-05-27 03:06:58 +02:00 |
|
twinaphex
|
20b54b476a
|
(Lakka) Debork more code
|
2014-05-27 02:26:15 +02:00 |
|
twinaphex
|
0abbd3968b
|
(Lakka) Refactor more broken code
|
2014-05-27 02:02:39 +02:00 |
|
twinaphex
|
81fe85624a
|
(Lakka) Start refactoring questionable C code
|
2014-05-27 01:31:27 +02:00 |
|
Themaister
|
ca3d4416d3
|
Can save parameters. Can tweak on RGUI presets and current shader.
|
2014-05-26 18:48:29 +02:00 |
|
Themaister
|
b38c30b368
|
Can tweak shader parameters from RGUI.
Just need to figure out how to handle parameter saving now.
|
2014-05-26 18:47:49 +02:00 |
|
twinaphex
|
e447c654ad
|
(Lakka) Integrate png_texture_load.c code into disp/lakka.c
|
2014-05-26 18:40:27 +02:00 |
|
twinaphex
|
50ff38195a
|
(Lakka) Integrate tween.c code into disp/lakka.c
|
2014-05-26 18:32:32 +02:00 |
|
twinaphex
|
496915eb20
|
(Menu) Add Autoconfig Dir Path option
|
2014-05-26 02:57:44 +02:00 |
|
twinaphex
|
d62164c4ae
|
(BB10) Build fixes
(General) Fix some unused variable warnings
|
2014-05-17 22:16:25 +02:00 |
|
twinaphex
|
dda574ddf1
|
(Lakka) More deborking of Lakka
|
2014-05-12 15:36:01 +02:00 |
|
twinaphex
|
d9e31151ed
|
(Lakka/GL) Take out HAVE_LAKKA hack in gl.c - animations/tweening needs to
be fixed though
|
2014-05-11 20:47:44 +02:00 |
|
twinaphex
|
88d9aae9a2
|
(RARCH_CONSOLE) Build fix
|
2014-05-10 20:40:11 +02:00 |
|
twinaphex
|
b2b5c6daec
|
(Image) Put image functions through abstract interface
(Image) Add image_driver to retroarch.cfg to specify image driver to use
(Menu) Add Image Driver to Drivers section
|
2014-05-10 20:26:58 +02:00 |
|
twinaphex
|
107efae2e2
|
(Lakka) Cleanups
|
2014-05-10 06:21:03 +02:00 |
|
twinaphex
|
bbce01a449
|
(Lakka) Lakka now uses assets directory instead of hardcoded
/usr/share/retroarch
|
2014-05-10 05:25:50 +02:00 |
|
twinaphex
|
ac2ddc3b20
|
Add 'assets' directory - interfaces like menus will try to look
here for loadable assets, etc. Can be expanded in scope later on
as well as a sandbox directory for user-modified content.
|
2014-05-10 05:12:31 +02:00 |
|
twinaphex
|
a359045da3
|
(Lakka) Style nits and update headers
|
2014-05-09 23:50:40 +02:00 |
|
twinaphex
|
b67a55518c
|
(Lakka) Loads roms now
|
2014-05-09 21:43:21 +02:00 |
|
Twinaphex
|
01de6f9b6e
|
Merge pull request #679 from lakkatv/lakka-integration
Fix hardcoded screen size
|
2014-05-09 21:28:14 +02:00 |
|
twinaphex
|
5380806900
|
(Lakka) fix build
|
2014-05-09 21:04:59 +02:00 |
|
twinaphex
|
f656336b7f
|
(Lakka) Use strlcpy/strlcat
(Menu) Abstract menu_init_core_info - we can have different
implementations of this per menu drivers
|
2014-05-09 21:00:50 +02:00 |
|
Jean-André Santoni
|
24b64203b8
|
Fix hardcoded screen size
|
2014-05-09 20:04:34 +02:00 |
|
Themaister
|
05eac0c8a2
|
Add new libretro_directory.
Avoid kinda-weird dual purpose of g_settings.libretro.
|
2014-05-09 18:51:20 +02:00 |
|
twinaphex
|
1e6b23330e
|
(Lakka) lakka_init returns a valid handle now
(Lakka) Fixed up a bunch of other wrong stuff as well
|
2014-05-09 18:13:28 +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
|
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 |
|
twinaphex
|
edbd79a273
|
(Lakka) Style nits
|
2014-05-09 16:46:50 +02:00 |
|
Jean-André Santoni
|
22a5e07ead
|
Merge branch 'master' of https://github.com/libretro/RetroArch
|
2014-05-09 16:24:36 +02:00 |
|
twinaphex
|
0454ac623e
|
(Menu) Move 'rgui' global variable to 'driver' struct
|
2014-05-09 05:47:32 +02:00 |
|
Jean-André Santoni
|
7dda9f0b00
|
Lakka menu display and icons
|
2014-05-08 01:12:51 +07:00 |
|
twinaphex
|
9f3ffa077d
|
(Menu) Add DSP filter options
|
2014-04-27 18:15:41 +02:00 |
|
twinaphex
|
6f05cce0de
|
Get rid of menu_common_settings.c - add remaining public functions to
menu backend interface
|
2014-04-26 02:40:38 +02:00 |
|
twinaphex
|
3d8d807e6b
|
Refactor a bunch of menu code - menu 'settings' can now be implemented
per-menu context
|
2014-04-26 01:54:15 +02:00 |
|
Themaister
|
cd3e97df19
|
Print correctly in RGUI.
|
2014-04-15 12:32:56 +02:00 |
|
twinaphex
|
6bdd5cf6ec
|
Add RGUI actions for Softfilter directory path and Softfilter selection -
maister - test if this works - it doesn't here on my end and keeps saying
that the example softfilter (dark.c) has the wrong color format)
|
2014-04-15 06:19:24 +02:00 |
|
Twinaphex
|
ad60a4fa1b
|
(360) Build fix
|
2014-04-14 02:34:28 -07:00 |
|
twinaphex
|
195efc5acf
|
(PS3) Build fix
|
2014-04-14 02:41:44 +02:00 |
|