Commit Graph

10381 Commits

Author SHA1 Message Date
twinaphex
fda33fec90 (Settings data) More shuffling around 2014-05-11 04:28:53 +02:00
twinaphex
fe224a3f98 (Settings) Modify setting_data_get_list 2014-05-11 04:23:29 +02:00
twinaphex
3296b9575c (Apple) Style nits 2014-05-11 01:59:24 +02:00
twinaphex
590376836a (iOS) Bake in sinc_neon.S/utils_neon.S again 2014-05-11 01:34:34 +02:00
twinaphex
b5d1e9aa83 (iOS) Take out forcibly hacking out all ARM ASM code for iOS port 2014-05-10 23:37:01 +02:00
twinaphex
2a65fd9067 (iOS) Take out arm64 architecture - would require linking against
64bit dylibs
2014-05-10 22:27:11 +02:00
twinaphex
88d9aae9a2 (RARCH_CONSOLE) Build fix 2014-05-10 20:40:11 +02:00
Twinaphex
9cce8fa07b (MSVC 2010) Build fix 2014-05-10 11:35:51 -07: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
1726452859 (Lakka icons) Add more 2014-05-10 04:58:00 +02:00
twinaphex
d7c1ea5ece Revert "(RARCH_CONSOLE) Can finally get rid of global_driver_init"
Spoke too soon - we really need to refactor this mess so that
consoles, mobile and PC all follow the SAME basic initing/deiniting
structure. This kind of backwardsness is going to scale very, very
badly.

This reverts commit 540fad51a6.
2014-05-10 03:33:11 +02:00
twinaphex
05a3b4e4b7 (RARCH_CONSOLE) Fix redefinition warnings/errors to do with
softfilters
2014-05-10 03:03:01 +02:00
twinaphex
e037e2555e (SoftFilters) Reimplement all filters - take out softfilter_prototypes
header file
2014-05-10 02:12:00 +02:00
twinaphex
94157eabed Quick build fix 2014-05-10 00:07:59 +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
1c8dcff09c (Lakka assets) Remove some redundant assets 2014-05-09 23:55:04 +02:00
twinaphex
a359045da3 (Lakka) Style nits and update headers 2014-05-09 23:50:40 +02:00
twinaphex
6c2c7ade7d (Lakka icons) Add ffmpeg icon 2014-05-09 23:37:40 +02:00
twinaphex
c256fbdc71 (Lakka icons) Add nestopia icons 2014-05-09 23:33:51 +02:00
twinaphex
772089de49 (Lakka icons) More icons / renaming 2014-05-09 23:32:11 +02:00
twinaphex
5908969b20 (Lakka assets) Add 2048/Prboom/Tyrquake icons 2014-05-09 23:22:21 +02:00
twinaphex
7e89ebff7d (Lakka assets) Add scummvm icon 2014-05-09 23:05:56 +02:00
twinaphex
f05f35690c (Lakka assets) Add Dinothawr icon 2014-05-09 22:56:35 +02:00
twinaphex
0d2752a276 Add driver.menu-ctx->frame triggering inside gl_frame function -
Lakka GL iteration should be invoked here instead of the ifdef.

Currently delta animation goes way too slow if 'frame' function of
lakka driver is hooked up properly - hence the #LAKKA hack is still
in place.
2014-05-09 22:44: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
67189e84f0 Fix man-page. 2014-05-09 18:52:45 +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
ec9600d2a7 Merge pull request #676 from lakkatv/lakka-integration
Add arrow icon for Lakka menu
2014-05-09 18:13:57 +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
Jean-André Santoni
ed144ed5b5 Add arrow icon for Lakka menu 2014-05-09 18:06:47 +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
twinaphex
edbd79a273 (Lakka) Style nits 2014-05-09 16:46:50 +02:00
Themaister
ef2037abe8 Remove float FBO for GLES.
The extension doesn't work as a rendertarget anyways.
2014-05-09 16:38:56 +02:00
Twinaphex
b136ce5004 Merge pull request #675 from lakkatv/lakka-integration
Lakka integration
2014-05-09 16:31:54 +02:00
twinaphex
4b543e83fb (2xBR) Fix warning on PS3 2014-05-09 16:28:43 +02:00
Jean-André Santoni
e5e806764e Update menu_lakka_backend 2014-05-09 16:28:09 +02:00
Jean-André Santoni
22a5e07ead Merge branch 'master' of https://github.com/libretro/RetroArch 2014-05-09 16:24:36 +02:00
twinaphex
9773d001a4 (SoftFilters) Update 2xbr/2xsai/blargg_ntsc_snes_composite/blargg_ntsc_snes_rgb 2014-05-09 16:18:08 +02:00
Jean-André Santoni
95e4cc6a97 Fix configure vars for lakka 2014-05-09 13:40:34 +02:00
twinaphex
540fad51a6 (RARCH_CONSOLE) Can finally get rid of global_driver_init 2014-05-09 06:45:03 +02:00
Twinaphex
beb0a80692 (MSVC 2010) Build fix 2014-05-08 21:22:55 -07:00