28167 Commits

Author SHA1 Message Date
Jean-André Santoni
ea6bd2797c (Menu) Move the white texture stuff to menu_display 2016-04-12 04:30:25 +07:00
twinaphex
3e4d7c404a Should hopefully fix file_list_prepend 2016-04-11 22:35:45 +02:00
Twinaphex
00b398f6d2 Merge pull request #2851 from lakkatv/master
List prepend
2016-04-11 20:50:07 +02:00
Jean-André Santoni
1dea1fa0e2 Rename file_list_push to file_list_prepend 2016-04-12 01:40:48 +07:00
Jean-André Santoni
8e86d11f57 Add list_prepend to the menu ctx drivers 2016-04-11 23:31:49 +07:00
Jean-André Santoni
01c82a09f0 Rename menu_entries_push to menu_entries_prepend 2016-04-11 23:18:16 +07:00
twinaphex
a58c77113f Change text 2016-04-11 18:04:24 +02:00
twinaphex
a430c7f543 Add experimental menu_entries_push/file_list_push 2016-04-11 18:02:50 +02:00
twinaphex
7e7a1fa5f9 Rename menu_entries_push to menu_entries_add 2016-04-11 05:49:39 +02:00
twinaphex
f25581e88d Add print_buf_lines_extended and have core updater use it 2016-04-11 03:09:17 +02:00
twinaphex
e555295681 (Shaders) Only show supported shaders 2016-04-10 22:00:50 +02:00
twinaphex
94c042f686 (driver.c) Cleanups 2016-04-10 16:40:36 +02:00
twinaphex
7660b67ad4 (netplay) Cleanups 2016-04-10 16:35:25 +02:00
twinaphex
494ceee05e Update glsm 2016-04-10 16:31:08 +02:00
Twinaphex
2bcc36b387 Remove unused variables 2016-04-10 16:25:24 +02:00
twinaphex
695a93e071 Cleanups 2016-04-10 15:52:06 +02:00
twinaphex
00dce981c8 (runloop.c) Create static functions 2016-04-10 15:40:46 +02:00
twinaphex
c015711090 content.c - cleanups 2016-04-10 15:33:04 +02:00
Twinaphex
d818578076 Merge pull request #2845 from lakkatv/master
(XMB) Add support for the RetroActive theme
2016-04-09 13:34:26 +02:00
Jean-André Santoni
64e2f9e2f0 (XMB) Subtler drop shadows 2016-04-09 13:23:59 +07:00
Jean-André Santoni
8c02d63f2e (XMB) Add support for the RetroActive theme 2016-04-09 12:46:40 +07:00
twinaphex
6a814229e1 Attempt to fix flip users 2016-04-09 03:16:23 +02:00
Twinaphex
7086277c56 Merge pull request #2843 from lakkatv/master
(XMB) Polish thumbnails settings
2016-04-08 12:53:59 +02:00
Jean-André Santoni
0f8e406a05 (XMB) Polish thumbnails settings 2016-04-08 17:50:20 +07:00
twinaphex
8e2dada12a (libretro-common) message_queue.c - cleanups 2016-04-08 02:59:06 +02:00
twinaphex
8ba1f2fca6 (libretro-common) archive_file_zlib.c - cleanup 2016-04-08 02:54:37 +02:00
twinaphex
e88e580832 (libretro-common) archive_file.c - Cleanups 2016-04-08 02:51:17 +02:00
Twinaphex
5218be3a0c Merge pull request #2842 from lakkatv/master
(XMB) Thumbnail type switching
2016-04-07 20:48:19 +02:00
Jean-André Santoni
7dfb3c373a (XMB) Thumbnail type switching 2016-04-08 01:42:53 +07:00
Twinaphex
013e9cd8cb Merge pull request #2841 from lakkatv/master
(XMB) Shadows
2016-04-07 19:32:40 +02:00
Jean-André Santoni
53a1369dba (XMB) Shadows 2016-04-08 00:24:55 +07:00
Twinaphex
01f83ba289 Merge pull request #2840 from lakkatv/master
(XMB) Refactoring, draw_icon can call draw_icon_predone
2016-04-07 18:48:19 +02:00
Jean-André Santoni
e96c2b4ef3 (XMB) Refactoring, draw_icon can call draw_icon_predone 2016-04-07 23:43:04 +07:00
twinaphex
175d601a4e Make it possible to initialize memory stream interface in
writable mode
2016-04-07 05:06:41 +02:00
twinaphex
9b4bb51c2e Cleanup filestream_tell 2016-04-07 04:20:09 +02:00
twinaphex
55a28eb8a3 Cleanup filestream_seek 2016-04-07 04:16:46 +02:00
twinaphex
2e66300320 Cleanup filestream_get_fd 2016-04-07 03:35:12 +02:00
twinaphex
b20a03f3b9 Add unimplemented message 2016-04-07 03:30:02 +02:00
twinaphex
502c2a41a9 Only define HAVE_BUFFERED_IO if platform is not PS3/PSP or Vita 2016-04-07 03:29:17 +02:00
twinaphex
bf017e3a0c Add intfstream_putc 2016-04-07 03:24:41 +02:00
twinaphex
2bb90f3702 Add filestream_putc 2016-04-07 03:23:01 +02:00
twinaphex
f0a1b94a11 Update memory_stream.c with FCEUmm update code 2016-04-07 03:07:23 +02:00
twinaphex
a8144abbce Add intfstream_tell 2016-04-07 02:44:21 +02:00
twinaphex
0da67ad4f9 Add intfstream_close 2016-04-07 02:30:09 +02:00
twinaphex
99a9769014 Add intfstream_rewind 2016-04-07 02:27:33 +02:00
twinaphex
ea037799a4 Add memstream_rewind 2016-04-07 02:24:31 +02:00
twinaphex
f51e0f62e5 Add intfstream_seek 2016-04-07 02:21:43 +02:00
twinaphex
67cf1153c6 (streams/memory_stream.c) Cleanup 2016-04-07 02:15:48 +02:00
twinaphex
2a3bba34e0 Add intfstream_gets/intfstream_getc 2016-04-07 02:13:40 +02:00
twinaphex
a20a2da85e Add intfstream_read/intfstream_write 2016-04-07 02:06:04 +02:00