twinaphex
a6afddae04
current_input_data and current_input are no longer globals
2017-12-29 23:03:25 +01:00
Alcaro
ad7dd75458
this name makes slightly more sense.
2017-12-29 21:16:28 +01:00
Alcaro
fc725e252e
Maybe #5989 can accept this compromise
2017-12-29 21:15:25 +01:00
Twinaphex
22062fdf91
Merge pull request #5991 from orbea/gl
...
qb: Include /usr/local/include for bsd based systems.
2017-12-29 21:08:41 +01:00
Twinaphex
c4049946ea
Merge pull request #5990 from orbea/revert-5983-patch-1
...
Revert "config.libs.sh: reintroduce HAVE_X11 check"
2017-12-29 21:08:10 +01:00
orbea
6ab2244a43
qb: Do not check for x11 when using --disable-x11.
2017-12-29 11:25:35 -08:00
orbea
72e3d5c38c
Makefile: Fix debug builds. ( #5989 )
...
RetroArch builds debug builds by default after commit ec4b0f9089
This is very bad and breaks ./configure && make.
2017-12-29 14:00:53 -05:00
orbea
a34555c9a9
qb: Include /usr/local/include for bsd based systems.
...
This resolves an issue where the default freebsd compiler does not
include /usr/local/include which contains important headers such as
GL/gl.h and results in the check_header function failing to find them.
Unfortunately pkg-config/pkgconf will not work here for two reasons.
1. It does not seem able to actually check for gl.h which RetroArch
explicitly needs.
2. Not all systems have a pkg-config implementation so we will still
have to fall back to checking for gl.h...
Fixes https://github.com/libretro/RetroArch/issues/5958
2017-12-29 10:23:14 -08:00
orbea
eaccab5237
Revert "config.libs.sh: reintroduce HAVE_X11 check"
2017-12-29 18:04:07 +00:00
Alcaro
ec4b0f9089
What kind of bug farm is this filestream thingy
2017-12-29 15:32:07 +01:00
twinaphex
8c2070947e
Prevent some warnings
2017-12-29 13:00:24 +01:00
Twinaphex
c872edcc2b
Merge pull request #5986 from RobLoach/patch-25
...
xmb: Add a few icons to the menu
2017-12-29 09:23:55 +01:00
Rob Loach
0a65875956
xmb: Add a few icons to the menu
2017-12-29 02:18:40 -05:00
Twinaphex
96f5323723
Update CHANGES.md
2017-12-29 06:57:17 +01:00
Twinaphex
ba8b5749ac
Merge pull request #5985 from meepingsnesroms/master
...
Basic networking for 3DS, bug fixes
2017-12-29 06:56:45 +01:00
meepingsnesroms
7dbaa45172
Basic networking, bug fixes
...
Fix CPU count bug, make 3ds compile with networking
2017-12-28 21:49:21 -08:00
Twinaphex
688443b9a6
Merge pull request #5984 from RobLoach/slow-motion-granularity
...
settings: Add Slow Motion Ratio granularity
2017-12-29 06:00:09 +01:00
Rob Loach
10076706b5
settings: Add Slow Motion Ratio granularity
...
This makes it so that the Slow Motion setting can be set to something like 1.2, rather than 1 increments.
Fixes #5917
2017-12-28 23:51:41 -05:00
Twinaphex
c7c0ba7d03
Update CHANGES.md
2017-12-29 05:07:40 +01:00
twinaphex
893cd2b472
Make this C89-compatible
2017-12-29 04:46:13 +01:00
misson20000
3101ee8036
(NSW) fix compilation errors and warnings for switch drivers
2017-12-29 04:45:25 +01:00
Twinaphex
64ceabfc9d
Merge pull request #5983 from psyke83/patch-1
...
config.libs.sh: reintroduce HAVE_X11 check
2017-12-29 04:08:49 +01:00
Conn O'Griofa
010aa8061f
config.libs.sh: reintroduce HAVE_X11 check
...
Current behaviour would force check_val to check for X11 even if explicitly disabled.
Fixes Raspberry Pi build (which requires --disable-x11).
2017-12-29 02:10:19 +00:00
Twinaphex
258c8acdad
Update switch_audio.c
2017-12-29 02:28:34 +01:00
Alcaro
353b2ebff6
Make this thing more like stdio
2017-12-29 01:38:59 +01:00
Twinaphex
e6462de5be
Merge pull request #5982 from celerizer/master
...
Fix unofficial achievements not being loaded
2017-12-29 00:55:57 +01:00
celerizer
a2ab7defa9
Fix unofficial achievements not being loaded
...
RetroArch is currently returning only achievements with flag 3 from the site, regardless of whether "Test Unofficial" is on or not. This change makes RetroArch return every achievement from the site when this the option is on or only those marked with Flag 3 (core cheevos) when off.
2017-12-28 17:48:58 -06:00
twinaphex
5c876647ed
(NSW) Small cleanups
2017-12-29 00:45:00 +01:00
Twinaphex
946b765e61
Merge pull request #5981 from celerizer/master
...
Support Neo Geo Pocket
2017-12-29 00:13:22 +01:00
Twinaphex
817247851f
Update CHANGES.md
2017-12-29 00:12:01 +01:00
misson20000
1d6e8baa03
improve switch audio driver buffering behaviour
2017-12-29 00:10:01 +01:00
misson20000
033a7259b4
audio driver for the switch
2017-12-29 00:10:01 +01:00
misson20000
6d2a7b1f26
Nintendo Switch (libtransistor) port
2017-12-29 00:10:01 +01:00
celerizer
a79bd5a509
Support Neo Geo Pocket
...
For after https://github.com/libretro/beetle-ngp-libretro/pull/37 is merged.
2017-12-28 16:38:57 -06:00
Twinaphex
00567ac3a8
Merge pull request #5978 from RobLoach/monochrome-inverted
...
Add Monochrome Inverted icon theme
2017-12-28 22:26:54 +01:00
Alcaro
a8359a8664
VFS specification very clearly says zero or minus one, not 'return whatever rename() says'.
2017-12-28 19:11:43 +01:00
Rob Loach
a6d757f0aa
locale: Add Monochrome Inverted translation
2017-12-28 09:12:49 -05:00
Rob Loach
a1467346f5
theme: Add Monochrome Inverted icon theme
2017-12-28 09:10:58 -05:00
Twinaphex
f5e5490724
Merge pull request #5976 from theheroGAC/patch-27
...
little italian translation fix
2017-12-28 12:15:53 +01:00
theheroGAC
ab69edb51a
Update msg_hash_it.h
2017-12-28 10:44:26 +01:00
theheroGAC
0f3836f549
little italian translation fix
2017-12-28 10:42:00 +01:00
Francisco José García García
86388283a4
[PSP] Buildfix
2017-12-28 10:36:11 +01:00
twinaphex
7b5547d368
Try to be safer with strlcpy calls
2017-12-28 05:56:45 +01:00
Twinaphex
321285811f
Merge pull request #5973 from RobLoach/light
...
XMB: Add Light theme
2017-12-28 05:40:59 +01:00
Twinaphex
69fe86f57d
Update CHANGES.md
2017-12-28 04:34:04 +01:00
Alcaro
a7be0520b5
Define replaced
2017-12-28 04:24:33 +01:00
Alcaro
12ed6b8657
oh right, that's what it wants.
2017-12-28 04:13:00 +01:00
Alcaro
c29d5906d2
okay so why exactly are we using seek instead of tell/size
2017-12-28 04:08:41 +01:00
Alcaro
b933a8796b
Let's not pretend to calculate deviation if we don't actually do that
2017-12-28 03:05:42 +01:00
Twinaphex
7e3a458925
Merge pull request #5975 from RobLoach/scale
...
xmb: Allow menu scale of 200%
2017-12-28 02:21:47 +01:00