Commit Graph

28540 Commits

Author SHA1 Message Date
twinaphex
7dffc6286b Internally change directory settings 2016-04-28 19:26:02 +02:00
Twinaphex
bd11c241ec Merge pull request #2911 from lakkatv/master
Update the thumbnails URLs
2016-04-28 17:29:28 +02:00
Jean-André Santoni
b497e2ea5a Update the thumbnails URLs 2016-04-28 22:27:32 +07:00
radius
4734234dc5 fix win32 build 2016-04-28 09:00:43 -05:00
twinaphex
05d9e6a47d (Win32) Add default paths 2016-04-28 15:13:52 +02:00
twinaphex
5d449d5024 (libretro-common) net_http - cleanups 2016-04-28 11:58:44 +02:00
twinaphex
ba415b6d3a Silence warnings 2016-04-27 23:07:36 +02:00
Twinaphex
e69c43f2a8 C89_BUILD fixes 2016-04-27 23:03:49 +02:00
twinaphex
f3521e4cc8 Fix CXX_BUILD 2016-04-27 22:54:33 +02:00
twinaphex
cf74d1b853 (audio device code) Cleanups 2016-04-27 22:40:02 +02:00
Twinaphex
617b69d81f Merge pull request #2909 from gouchi/master
Adding audio device to menu setting
2016-04-27 22:35:29 +02:00
Twinaphex
b0e9266416 Merge pull request #2908 from lakkatv/master
(XMB) Finalize the thumbnail type switching on keypress
2016-04-27 22:34:31 +02:00
gouchi
b76c724872 Adding audio device to menu setting 2016-04-27 22:29:58 +02:00
Jean-André Santoni
7150ea5df2 (XMB) Finalize the thumbnail type switching on keypress 2016-04-28 03:26:09 +07:00
Alcaro
68a17c5401 Fix HTTP protocol violation. 2016-04-27 21:04:16 +02:00
twinaphex
eb53356522 Add __INTEL_COMPILER ifdef to retro_inline.h 2016-04-27 16:05:24 +02:00
twinaphex
1efff4bdc3 CXX_BUILD fix 2016-04-27 14:52:28 +02:00
Twinaphex
6b6a2b93fa C89_BUILD fix for OSX 2016-04-27 14:43:42 +02:00
Twinaphex
2c221e747e (libretro_common) Include retro_common_api.h - interface_stream.h 2016-04-27 14:37:03 +02:00
twinaphex
3b9c406123 Add rule for OSX/iOS - ssize_t 2016-04-27 14:35:59 +02:00
twinaphex
15a30dae70 CLeanups 2016-04-27 14:29:28 +02:00
twinaphex
0264863520 (menu_displaylist.c) Cleanup 2016-04-27 14:26:45 +02:00
twinaphex
060478184b Cleanups 2016-04-27 14:20:09 +02:00
twinaphex
dd4f24ecde Add need_entries_refresh and need_navigation_clear to
menu_displaylist_info strruct
2016-04-27 13:45:13 +02:00
twinaphex
a5dc73dfde (menu_displaylist) Cleanup 2016-04-27 13:36:44 +02:00
twinaphex
27b4e72613 Button Y can now switch between Thumbnails modes (Boxart/Screenshots/Title) 2016-04-27 13:19:03 +02:00
twinaphex
4fd2fee2a7 np_is_server/np_is_spectate - cleanups 2016-04-27 11:30:50 +02:00
twinaphex
6cc60a2d02 CXX_BUILD fixes 2016-04-27 11:11:53 +02:00
twinaphex
d4a50935d2 C89_BUILD fix 2016-04-27 10:58:38 +02:00
twinaphex
b4f4720f51 (Cg) Update Cg simple ribbon courtesy of teepee 2016-04-26 22:11:58 +02:00
twinaphex
3f526ed625 Initialize device list after initializing audio driver 2016-04-26 18:10:52 +02:00
twinaphex
d20a2edcb4 Add RARCH_AUDIO_CTL_DEVICES_LIST_NEW/RARCH_AUDIO_CTL_DEVICES_LIST_FREE/RARCH_AUDIO_CTL_DEVICES_LIST_GET 2016-04-26 18:08:25 +02:00
twinaphex
f4b40cd108 (Audio) Add device_list_new/device_list_free to audio drivers 2016-04-26 17:55:20 +02:00
twinaphex
e93924b0e2 Fix d3d_draw_pipeline 2016-04-26 12:47:00 +02:00
twinaphex
aa55c1a7d9 Fix draw_pipeline 2016-04-26 12:46:16 +02:00
twinaphex
7c4df601f8 (Cg) Call gl_cg_set_program_base_attrib for XMB pipeline shaders 2016-04-26 09:16:25 +02:00
Twinaphex
af1e9c4157 Merge pull request #2900 from t-paul/uniform-lookup-fix
Add uniform lookup for menu shaders.
2016-04-26 07:50:08 +02:00
Torsten Paul
fdd6d26d85 Add uniform lookup for menu shaders.
This fixes the mix-up of parameter assignments for the XMB ribbon shader
which was caused by all 4 uniform locations set to 0.
2016-04-26 00:08:24 +02:00
Twinaphex
b2ed32d664 Merge pull request #2899 from lakkatv/master
(XMB) Temporary patch for the messagebox glitch
2016-04-25 19:29:42 +02:00
Jean-André Santoni
2010e57279 (XMB) Complete the previous patch 2016-04-26 00:19:23 +07:00
Jean-André Santoni
90d31a527c (XMB) Temporary patch for the messagebox glitch 2016-04-26 00:09:30 +07:00
twinaphex
76d00b8b66 Fixes regression 2016-04-25 18:00:24 +02:00
twinaphex
2ce247f11a Revert "Revert "(XMB) Thumbnails shadows""
This reverts commit faa717a8ab.
2016-04-25 17:55:18 +02:00
twinaphex
faa717a8ab Revert "(XMB) Thumbnails shadows"
This reverts commit ee076f848e.
2016-04-25 17:52:17 +02:00
Twinaphex
5f4687d16c Merge pull request #2898 from lakkatv/master
(XMB) Thumbnails shadows
2016-04-25 17:42:01 +02:00
Jean-André Santoni
ee076f848e (XMB) Thumbnails shadows 2016-04-25 22:39:00 +07:00
twinaphex
89d4a5761a Add HAVE_SYSTEMD ifdefs 2016-04-25 15:21:39 +02:00
Twinaphex
936c0bb3b0 Merge pull request #2897 from lakkatv/master
(Lakka) Control systemd services. Touching the files was not enough.
2016-04-25 15:16:30 +02:00
twinaphex
e15a385e70 Add HAVE_SYSTEMD check 2016-04-25 15:16:06 +02:00
twinaphex
576415d762 (Nuklear) Rename zr_ to nk_ 2016-04-25 15:01:58 +02:00