Commit Graph

28740 Commits

Author SHA1 Message Date
twinaphex
09f5ccf050 open_default_config_file - cleanup 2016-05-01 15:33:48 +02:00
Twinaphex
e135f0b209 (iOS) Add default directory for playlists 2016-05-01 15:30:25 +02:00
Twinaphex
65dfddd910 (OSX) Start using Library/Application Support for config file settings 2016-05-01 15:28:45 +02:00
twinaphex
e9f0ff08fe (file_path_special.c) Add config.h 2016-05-01 15:08:31 +02:00
twinaphex
7d99e7cd51 Create fill_pathname_application_data 2016-05-01 15:07:45 +02:00
twinaphex
5032c677e6 (Net) Only comment out printf 2016-05-01 14:44:12 +02:00
twinaphex
8dd4333e16 (net_http) Comment out debug logging 2016-05-01 14:38:23 +02:00
radius
2931ae3d17 add a few more ports 2016-04-30 23:33:32 -05:00
radius
a1ac5af8af allow configuration of port & IP 2016-04-30 23:23:56 -05:00
radius
7f004aee71 Complete basic implementation of retropad remote (windows only atm) 2016-04-30 22:49:51 -05:00
radius
dd2bb5a17b add basic retropad remote 2016-04-30 22:42:50 -05:00
twinaphex
729b1bf64b (Menu) Rename more xmb_ variables 2016-05-01 04:46:16 +02:00
twinaphex
6d720ff337 (XMB/Shader pipeline) Rename some variables and enable ribbon by default 2016-05-01 04:40:20 +02:00
radius
1a9206ea51 android platform driver refinement 2016-04-30 16:39:29 -05:00
radius
96bc0111c8 revert the default config 2016-04-30 14:34:48 -05:00
radius
c0a97eeb60 Modified
android:
- save thumbnails on the sdcard if writable
- save cheats on the sdcard if writable
- save remaps on the sdcard if writable
- save playlists on the sdcard if writable

windows:
- stub out defaults for save/state/system
2016-04-30 14:33:02 -05:00
Andrés
9baba9183c Merge pull request #2930 from lakkatv/master
Keep thumbnails at the root, since they have their own repo, for the …
2016-04-30 21:04:57 +02:00
Jean-André Santoni
0c09050760 Keep thumbnails at the root, since they have their own repo, for the sake of consistency with libretro-fetch 2016-05-01 02:03:17 +07:00
radius
ec9aea1189 bump up version 2016-04-30 10:12:28 -05:00
radius
cc215061fc fix wallpapers dir 2016-04-30 10:10:22 -05:00
radius
0ef416970c use relative paths whenever possible in the windows platform driver 2016-04-30 10:09:47 -05:00
Twinaphex
f9417b9442 Merge pull request #2929 from lakkatv/master
Use autoconfig everywhere instead of autoconf
2016-04-30 16:28:11 +02:00
twinaphex
865e5b78dc (platform_linux.c) Cleanup 2016-04-30 16:12:37 +02:00
twinaphex
9a4eb1b3d1 Add HAVE_MENU ifdef 2016-04-30 16:11:28 +02:00
twinaphex
928767c5f3 (Win32) If built with OpenGL support, default to XMB menu driver 2016-04-30 16:11:17 +02:00
Jean-André Santoni
92985a4405 Use autoconfig everywhere instead of autoconf 2016-04-30 17:11:03 +07:00
Twinaphex
aa96995171 Merge pull request #2927 from lakkatv/master
(OSX) Add a default path for the thumbnails dir. May fix #2924
2016-04-30 11:51:17 +02:00
Jean-André Santoni
7b8c108b5f (OSX) Add a default path for the thumbnails dir. May fix #2924 2016-04-30 14:33:57 +07:00
Andrés
6eda5a9e3f Merge pull request #2921 from lakkatv/master
(Lakka) Use a faster mirror for the firmware upgrades
2016-04-29 05:24:08 +02:00
Jean-André Santoni
7128037670 (Lakka) Use a faster mirror for the firmware upgrades 2016-04-29 10:20:39 +07:00
Andrés
874dabd475 Merge pull request #2919 from diablodiab/master
Change ALooper_pollAll in android_input_poll from a non blocking call…
2016-04-29 02:49:05 +02:00
Diablodiab
58c5cc6f46 Change ALooper_pollAll in android_input_poll from a non blocking call into a 1 ms
blocking call. For some reason this allows more input events to queue up in the
input queue for processing making it easier to press multiple gamepad buttons and
have it register within a single frame.
2016-04-29 00:42:09 +02:00
Andrés
fd5861d79c Merge pull request #2915 from lakkatv/master
(XMB) Forgot to rename the gradient
2016-04-29 00:40:09 +02:00
Jean-André Santoni
b058ca5263 (XMB) Forgot to rename the gradient 2016-04-29 05:38:24 +07:00
Andrés
96de4b3e0e Merge pull request #2914 from lakkatv/master
(XMB) Yet another gradient, for high contrast
2016-04-29 00:09:25 +02:00
Jean-André Santoni
0dc69d4721 (XMB) Yet another gradient, for high contrast 2016-04-29 05:06:32 +07:00
radius
e576296131 make it possible to stop retroarch from creating default dirs for users with custom setups 2016-04-28 16:48:58 -05:00
twinaphex
2aad6bf2bb Improve action_switch_thumbnail - if thumbnail mode is 'off', then
pressing 'Y button' will do nothing. If not, you can cycle between
all thumbnail modes (except for Off)
2016-04-28 23:19:32 +02:00
twinaphex
6db13ab51d (udev) cleanup 2016-04-28 22:50:02 +02:00
twinaphex
02ea0a8a80 Use new_path 2016-04-28 21:47:33 +02:00
twinaphex
cedb005c93 let's see if this works 2016-04-28 21:46:13 +02:00
Twinaphex
28cc81bfe7 Merge pull request #2913 from lakkatv/master
Copy alsa device list implementation to alsathread
2016-04-28 21:33:26 +02:00
Jean-André Santoni
cacc8451a6 Copy alsa device list implementation to alsathread 2016-04-29 02:28:57 +07:00
twinaphex
61d6fb57e6 Buildfixes 2016-04-28 20:55:26 +02:00
twinaphex
48eb86cb47 (Win32) Buildfix 2016-04-28 20:52:30 +02:00
Twinaphex
e3dfa361f0 (iOS/OSX) Buildfixes 2016-04-28 20:51:08 +02:00
twinaphex
895783d854 Move some variables 2016-04-28 20:49:13 +02:00
twinaphex
65dec874a8 Move some path settings 2016-04-28 19:52:25 +02:00
Twinaphex
829656391a (OSX) Fix build 2016-04-28 19:29:21 +02:00
twinaphex
11cc280239 (Win32) Buildfix 2016-04-28 19:27:17 +02:00