35133 Commits

Author SHA1 Message Date
twinaphex
209305f944 Connect task now sets PID/VID too 2016-12-16 14:02:11 +01:00
twinaphex
c3a9ade051 (menu_filebrowser.c) Cleanup 2016-12-16 13:56:53 +01:00
twinaphex
adcc89012c Cleanups 2016-12-16 13:55:33 +01:00
twinaphex
c9482e07d6 Change filebrowser_parse 2016-12-16 13:44:09 +01:00
twinaphex
1b0389713d (GX) Buildfix 2016-12-16 13:42:41 +01:00
Twinaphex
db1f3c058a (iohidmanager_hid.c) No longer need to include configuration.h now 2016-12-16 12:36:01 +01:00
twinaphex
d9def056e7 The 'connect' task now sets the device name upon completion 2016-12-16 12:33:56 +01:00
twinaphex
62f5b2d3c3 The disconnect task now clears the device name 2016-12-16 12:20:31 +01:00
Twinaphex
5c522c643c Merge pull request #4254 from danzel/fix-joypad-connection
Fix joypad_connection handling of unknown controllers
2016-12-16 12:15:40 +01:00
twinaphex
454d3eba08 (menu_filebrowser.c) Cleanups 2016-12-16 12:15:00 +01:00
twinaphex
e0166a5d68 Add workaround for statically linked RA when RARCH_PATH_CORE is
empty
2016-12-16 11:56:34 +01:00
twinaphex
d82a65089f Checking for retro_init symbol inside libretro.a causes more issues than
it solves - .a file can be either a C++ or C-oriented core, hence we'd
need two consecutive checks, but both just do exit 0 on error
2016-12-16 11:28:57 +01:00
twinaphex
78c251f66b Fixes statically linked ROM loading 2016-12-16 11:20:56 +01:00
twinaphex
e1f9f0bf8e DISPLAYLIST_CORES_SUPPORTED gets its own code separate from
DISPLAYLIST_CORES_COLLECTION_SUPPORTED
2016-12-16 11:10:53 +01:00
twinaphex
cbf26cfa2f Fix statically linked RA again 2016-12-16 10:09:09 +01:00
twinaphex
75334902a2 Cleanups 2016-12-16 09:32:28 +01:00
twinaphex
02e1c141a1 Cleanups 2016-12-16 09:29:43 +01:00
twinaphex
0adeaeaf1e Cleanups 2016-12-16 09:26:45 +01:00
twinaphex
13b807a526 Cleanups - turn new_type into a static variable 2016-12-16 09:24:58 +01:00
twinaphex
879049da70 (menu_filebrowser.c) Remove unneeded header includes 2016-12-16 09:18:39 +01:00
twinaphex
e4e938eb66 Cut down on HAVE_NETWORKING ifdefs 2016-12-16 09:16:46 +01:00
twinaphex
f186583728 Move filebrowser-dependent code to menu_filebrowser.c 2016-12-16 09:07:03 +01:00
twinaphex
17a66067b0 Add menu_filebrowser.c 2016-12-16 08:59:17 +01:00
Dave Leaver
cd5a5c5fd7 iohidmanager_hid: Remove name from adapters when they are disconnected 2016-12-16 20:17:24 +13:00
Dave Leaver
f7c6574b37 Correctly handle adding controllers if we fail to match them to the known pad_map. 2016-12-16 20:16:55 +13:00
Twinaphex
c50520ccd9 Merge pull request #4250 from GregorR/netplay-load-savestate-null
Fix a possible NULL dereference in load_savestate
2016-12-16 08:11:56 +01:00
Brad Parker
d8ae18aa2b update JP translation 2016-12-15 17:21:41 -05:00
Gregor Richards
8c08a5399d Fix a possible NULL dereference in load_savestate
In the unlikely situation that serial_info wasn't provided and the delta
frame wasn't ready (possibly an impossible situation) it previously
would have segfaulted. This fixes that.
2016-12-15 16:19:54 -05:00
twinaphex
ee7787dd52 (task_decompress.c) Don't log this 2016-12-15 21:21:39 +01:00
Twinaphex
b48d896c1e Merge pull request #4249 from joolswills/mali_fbdev_ctx_warning
added stdlib.h - fixes warning with free / system
2016-12-15 20:01:18 +01:00
Jools Wills
4153785130 added stdlib.h - fixes warning with free / system 2016-12-15 18:59:20 +00:00
twinaphex
a5d4032d01 (X11) Cleanups 2016-12-15 12:37:14 +01:00
twinaphex
7c6930b220 (menu_event.c) Cleanups 2016-12-15 12:21:28 +01:00
twinaphex
e4208750c8 (menu_content.c) Cleanups 2016-12-15 12:18:26 +01:00
twinaphex
9a4fe8c56a (dynamic.c) Style nits 2016-12-15 12:11:21 +01:00
twinaphex
a82492a681 Cleanup config_unload_override 2016-12-15 12:07:02 +01:00
twinaphex
cf6d6c584e Get rid of playlist_entry_get_label 2016-12-15 12:02:01 +01:00
twinaphex
af6128d976 Put around parentheses 2016-12-15 11:59:33 +01:00
twinaphex
c6727bd788 Change Audio Sync string 2016-12-15 11:45:28 +01:00
twinaphex
01afcaa050 Add icon for 'Parent Directory' 2016-12-15 11:31:06 +01:00
twinaphex
aee432a528 (materialui.c) Cleanup 2016-12-15 11:24:05 +01:00
twinaphex
2eca6aa04d (XMB) Don't use hardcoded 'OFF' 2016-12-15 11:23:08 +01:00
twinaphex
45e841c5c5 Don't include config_file.h inside input_config.h 2016-12-15 11:17:48 +01:00
twinaphex
2da5db592e (Filebrowser) Hide 'Filter Unknown extensions' if there are no files in the current
working directory
2016-12-15 08:39:12 +01:00
twinaphex
97c9eab9ba (menu_displaylist.c) Indenting breaks syntax formatting for vim 2016-12-15 08:36:28 +01:00
Twinaphex
b4c33a05f6 Remove warning about unused variable 2016-12-15 08:31:27 +01:00
Andrés Suárez
0b1a265675 Merge pull request #4244 from GregorR/nat-traversal-menu-label
Adding the NAT traversal label so the menu actually works
2016-12-14 20:22:28 -05:00
Gregor Richards
b156e486d6 Adding the NAT traversal label so the menu actually works 2016-12-14 19:59:05 -05:00
Alcaro
fd9e721f97 Merge pull request #4183 from markwkidd/patch-3
accept playlists with Unix and Windows style line endings
2016-12-14 21:48:20 +01:00
markwkidd
35437057b9 correct comment for accuracy 2016-12-14 15:32:47 -05:00