radius
3e7517e95b
be more verbose
2016-09-28 19:26:15 -05:00
radius
d56cca173d
(ems) try a different libco implementation for emscripten
2016-09-28 17:57:32 -05:00
Francisco José García García
a21b6d8d9b
Merge pull request #3684 from frangarcj/master
...
(VITA) Fix crash in gambatte
2016-09-28 23:21:22 +01:00
Francisco José García García
f6a7aa95e7
(VITA) Fix crash in gambatte
2016-09-29 00:20:14 +02:00
Twinaphex
9b17e4f01e
Merge pull request #3680 from GregorR/netplay-sram-leniency
...
Make netplay lenient to differing sram sizes
2016-09-28 23:12:10 +02:00
aliaspider
5db13323f6
(3DS) create gfx/common/ctr_common.h.
...
remove depthbuffer.
use vramalloc.
2016-09-28 20:59:54 +01:00
Alcaro
0f4fe8b4d4
Merge pull request #3683 from GregorR/netplay-df-0-workaround
...
Fix delay_frames=0 mode to work with the recent late-loading workaround
2016-09-28 21:48:43 +02:00
Gregor Richards
1470b6672b
Fix delay_frames=0 mode to work with the recent late-loading workaround
2016-09-28 15:45:52 -04:00
Twinaphex
bcc864d48f
Merge pull request #3681 from loganmc10/patch-3
...
Yet another fix for glUniformMatrix4fv
2016-09-28 19:56:02 +02:00
Twinaphex
68047d3bd9
Merge pull request #3682 from aliaspider/master
...
(3DS) Screen tearing fix + some updates.
2016-09-28 19:54:36 +02:00
aliaspider
dc16477c46
(3DS) fix tearing, the displayed framebuffer was being set to the
...
currently selected drawbuffer.
2016-09-28 18:34:38 +01:00
aliaspider
8266a423cd
(3DS) update for latest ctrulib.
2016-09-28 18:09:17 +01:00
Logan McNaughton
d360bf17d5
Yet another fix for glUniformMatrix4fv
...
This should fix fullscreen toggling/context resets.
2016-09-28 08:18:32 -06:00
aliaspider
4ebe84d89c
(3DS) use Makefile.commmon for non griffin builds
2016-09-28 15:01:46 +01:00
Gregor Richards
ad4cec0b07
Make netplay lenient to differing sram sizes
...
Some cores can only determine the true size of sram after fully loading
the content, and so will report different values when the sram size is
queried. As a result, netplay cannot count on sram size as a reliable
verification technique. sram is still sent for the savestateless core
case.
2016-09-28 08:04:38 -04:00
twinaphex
efdee89d09
Create samples
2016-09-28 12:44:41 +02:00
twinaphex
4711937c9c
(camera_driver.c) Prevent null pointer dereference
2016-09-28 08:18:28 +02:00
twinaphex
8194509b21
Prevent NULL pointer dereferences
2016-09-28 08:15:03 +02:00
twinaphex
093f16dd71
Prevent NULL pointer dereference
2016-09-28 08:08:35 +02:00
twinaphex
90af64769d
Get rid of global->sram
2016-09-28 07:27:39 +02:00
twinaphex
0104302e18
Add new RARCH_CTL calls
2016-09-28 07:23:14 +02:00
twinaphex
5bce79369a
Get rid of global->sram.use, turn it into static boolean
...
variable inside rarch_ctl
2016-09-28 07:17:34 +02:00
Twinaphex
f0a2159f9a
remove unused variable
2016-09-28 06:50:43 +02:00
Twinaphex
1c90925a7b
Merge pull request #3676 from GregorR/netplay-core-serialization-workarounds
...
Workarounds for cores that can't be saved early
2016-09-28 03:39:55 +02:00
Gregor Richards
f665881d6d
Workarounds for cores that can't be saved early
...
Netplay now never serializes/unserializes cores before 60 frames have
been emulated. This is a workaround for buggy cores and documented as
such.
2016-09-27 20:49:16 -04:00
Twinaphex
b7ab9a1581
Merge pull request #3675 from frangarcj/master
...
(Vita) Add get framebuffer
2016-09-28 00:53:40 +02:00
Twinaphex
c4c46c8eb6
Merge pull request #3672 from lakkatv/wifi
...
Improve status reporting in the connman wifi driver
2016-09-28 00:46:04 +02:00
Twinaphex
f9af18c00b
Merge pull request #3674 from loganmc10/patch-2
...
Fix glUniformMatrix4fv call
2016-09-28 00:30:07 +02:00
Logan McNaughton
01a03abdc5
Fix glUniformMatrix4fv call
2016-09-27 16:03:54 -06:00
Twinaphex
396d4b2a19
Merge pull request #3673 from loganmc10/patch-1
...
Only call glUniformMatrix4fv if needed
2016-09-27 23:52:03 +02:00
Francisco José García García
8a6625753d
(Vita) Add get framebuffer
2016-09-27 23:39:24 +02:00
Alcaro
731f2c8f2b
Merge the remainder of this PR, close #3665
2016-09-27 18:12:51 +02:00
Logan McNaughton
0d3e9875b1
Only call glUniformMatrix4fv if needed
2016-09-27 08:56:36 -06:00
Jean-André Santoni
9445046b5f
Improve status reporting in the connman wifi driver
2016-09-27 16:45:37 +02:00
Twinaphex
ef99754632
Merge pull request #3669 from libretro/revert-3666-glUniformMatrix4fv
...
Revert "Only call glUniformMatrix4fv if needed"
2016-09-27 03:00:05 +02:00
Twinaphex
7672288fcd
Revert "Only call glUniformMatrix4fv if needed"
2016-09-27 02:59:58 +02:00
Twinaphex
7d64fdabf9
Merge pull request #3666 from loganmc10/glUniformMatrix4fv
...
Only call glUniformMatrix4fv if needed
2016-09-27 02:50:16 +02:00
Twinaphex
5d209d0b10
Merge pull request #3667 from loganmc10/gles3
...
GLES3 fix
2016-09-27 01:12:09 +02:00
Twinaphex
0dab81fa6c
Merge pull request #3668 from frangarcj/master
...
(Vita) Turn O3 optimizations
2016-09-27 01:12:00 +02:00
Francisco José García García
753d44957a
(Vita) Turn O3 optimizations
2016-09-27 01:01:18 +02:00
Logan McNaughton
1ea200b564
GLES3 fix
...
Fixes #3658
2016-09-26 15:30:42 -06:00
Logan McNaughton
fa48e95946
Only call glUniformMatrix4fv if needed
2016-09-26 14:24:27 -06:00
Twinaphex
2c0d8e8280
Merge pull request #3663 from GregorR/netplay-return-of-cloexec
...
Making all Netplay sockets should be cloexec
2016-09-26 05:29:09 +02:00
Gregor Richards
bd354cd275
Making all Netplay sockets should be cloexec
...
All Netplay sockets should close-on-exec. There is no reason for
xdg-screensaver to keep Netplay sockets alive.
2016-09-25 23:26:32 -04:00
Brad Parker
6826ec7748
have show parent dir (for dirs and files) and filter extension (for files) options visible all the time
2016-09-25 21:47:16 -04:00
Twinaphex
95406cb1c6
Merge pull request #3662 from frangarcj/master
...
(VITA) Changes for dynarec vm support (uggly hack)
2016-09-26 01:12:40 +02:00
Francisco José García García
55c8fc6a6e
(VITA) Changes for dynarec vm support (uggly hack)
2016-09-26 01:06:44 +02:00
twinaphex
0d95e286e3
Add core_poll() back when netplay stalls
2016-09-25 18:46:39 +02:00
Twinaphex
94b0dd36ab
remove unused variable
2016-09-25 15:51:46 +02:00
twinaphex
a1488ae34f
Move subsystem path to paths.c
2016-09-25 15:49:09 +02:00