Commit Graph

418 Commits

Author SHA1 Message Date
twinaphex
14ac2d9791 Rename settings_data.h to settings.h 2015-03-21 00:49:55 +01:00
twinaphex
9f6cb1bca7 Rename settings.c to configuration.c 2015-03-21 00:42:09 +01:00
twinaphex
d2c97de070 Move net_compat/net_http to libretro-common 2015-03-20 17:56:00 +01:00
twinaphex
a086e8f60b Rename/move menu_texture to gfx/video_texture 2015-03-20 02:19:19 +01:00
twinaphex
4d13e9d4cb Turn WANT_MINIZ into WANT_ZLIB 2015-03-14 05:24:57 +01:00
twinaphex
ce4e2e0f61 (RPNG) Reorganize files 2015-03-14 00:52:55 +01:00
twinaphex
e4cfbcf93a (Griffin) Add stdstring.c to Griffin 2015-03-13 15:43:52 +01:00
twinaphex
18ce5f73be Take RARCH_INTERNAL code from file_path.c out of libretro-common 2015-03-13 05:03:50 +01:00
twinaphex
6e62983cd5 (Menu) Implement 'null' menu driver 2015-03-09 14:39:39 +01:00
twinaphex
aece30f6bc Rename deps/rzlib to deps/zlib 2015-03-06 01:47:09 +01:00
Twinaphex
9290367b59 (Griffin ObjC) need to improve conditional some more for HAVE_MFI 2015-02-28 20:16:52 +01:00
Twinaphex
c27c421d37 (Griffin ObjC) Use TARGET_OS_IPHONE define 2015-02-28 20:01:38 +01:00
Twinaphex
e8ff94fc4e (Griffin ObjC) Need to use TARGET_OS_IPHONE for HAVE_MFI conditional 2015-02-28 19:59:46 +01:00
Twinaphex
708b6a50ae (Griffin ObjC) Don't compile in apple_gamecontroller if __IPHONE_7_0
not defined
2015-02-28 19:52:26 +01:00
Twinaphex
c25377e513 (Griffin) Create griffin_objc.m 2015-02-28 19:12:27 +01:00
twinaphex
ab05a6af5b Split up contentlist_switch into new file 2015-02-27 03:28:50 +01:00
twinaphex
85c6bb503d Seperate fiel for cbs_refresh 2015-02-27 03:25:28 +01:00
twinaphex
ee0253fbad Split up up_or_down code to new file 2015-02-27 03:21:49 +01:00
twinaphex
1df54e4410 Split up cbs_select code to new file 2015-02-27 03:08:30 +01:00
twinaphex
33d5b4f779 Split up cbs_iterate to new file 2015-02-27 03:05:19 +01:00
twinaphex
37306bcdc6 Split up representation cbs into separate file 2015-02-27 02:50:19 +01:00
twinaphex
51071a3e46 (Menu) Split up cbs_toggle to new file 2015-02-27 02:44:10 +01:00
twinaphex
4d9eb3f8d8 (Menu) Split off cbs start to separate file 2015-02-26 18:28:48 +01:00
twinaphex
5a0f41c338 Create menu_entries_cbs_deferred_push.c 2015-02-26 17:33:00 +01:00
twinaphex
b4a8ee4006 Split up action cancel callbacks to new file 2015-02-26 17:22:00 +01:00
twinaphex
39b318c5ab Start splitting up menu_entries_cbs.c across several files 2015-02-26 16:50:30 +01:00
twinaphex
07772e0e3a get rid of one linking error 2015-02-24 19:51:16 +01:00
Toad King
f4a40c5218 [GX] more build fixes 2015-02-23 22:15:36 -06:00
twinaphex
a33b06291d Split up NBIO/HTTP/image loading code to runloop_data.c 2015-02-23 02:54:14 +01:00
twinaphex
d09574bb1f Move files around 2015-02-22 04:56:18 +01:00
twinaphex
fddddc3965 Combine all image files into one 2015-02-22 01:28:54 +01:00
twinaphex
28cdf2c93a Rename rpng files 2015-02-21 02:46:04 +01:00
twinaphex
ff939e9b03 Update Makefile.common/Griffin 2015-02-20 23:38:48 +01:00
twinaphex
42bd4eb830 (Griffin) Comment out mpng_decode.c 2015-02-20 02:49:12 +01:00
twinaphex
542bbd3ee9 Compile in mpng 2015-02-19 03:30:12 +01:00
twinaphex
41403fb3d6 Rename libretrodb to libretro-db 2015-02-19 00:47:19 +01:00
twinaphex
a33016d457 Renamed libretro-sdk to libretro-common 2015-02-19 00:04:03 +01:00
twinaphex
f3fbd4c9ce Move nbio to libretro-SDK - best place for it currently 2015-02-17 02:04:19 +01:00
twinaphex
07c56b4c0d Compile in nbio_stdio.c 2015-02-16 06:25:45 +01:00
twinaphex
94e1a339df Rename menu_action.c to menu_setting.c 2015-02-14 01:51:28 +01:00
twinaphex
4186d97281 Start creating menu_texture.c - have GLUI use it 2015-02-11 03:40:29 +01:00
twinaphex
3a062538dd Move rpng to libretro SDK 2015-02-11 02:30:56 +01:00
twinaphex
378bd85610 Move rxml in libretro-SDK 2015-02-11 02:23:41 +01:00
Twinaphex
d040052f7d Add ifndef around HAVE_LIBRETRODB 2015-01-30 09:25:42 +01:00
twinaphex
fc373630ce Start to approach OSK driver in a different way 2015-01-29 20:33:27 +01:00
Higor Eurípedes
41a48b8ac8 Rename netplay_compat.* to net_compat.* 2015-01-27 20:16:08 -03:00
twinaphex
6799cebc71 Add database_info.c 2015-01-27 18:09:19 +01:00
twinaphex
e431f8e8f0 (Lakka) Remove Lakka - XMB will become the replacement driver 2015-01-27 01:56:04 +01:00
twinaphex
04062497de There is only one menu driver now 2015-01-26 10:54:13 +01:00
Twinaphex
1aef02f5f6 (Griffin) Add menu_database to griffin 2015-01-24 08:01:19 +01:00