Commit Graph

2366 Commits

Author SHA1 Message Date
JS Deck
f83591434f Update JINC2 to prevent NaN, which result in black texture in some cases 2020-09-02 04:03:36 -03:00
Autechre
2832709da6
Merge pull request #708 from dev-0x7C6/master
Removed library path /usr/local/lib.
2020-08-28 04:00:10 +02:00
Alberto Fustinoni
4e188587ef
Xcode wants his variables initialized or won't link (#709) 2020-08-18 17:45:59 +01:00
Autechre
9f126e5752
Merge pull request #703 from mrjschulte/patch-1
Update Makefile to fix broken iOS/tvOS build
2020-08-10 04:12:10 +02:00
MrJs
ff4ba8a72b
Update Makefile
Opt out of LIGHTREC to enable building for iOS/tvOS per https://github.com/libretro/beetle-psx-libretro/issues/702
2020-08-09 18:38:21 -07:00
twinaphex
4cda2d4597 Backport Lakka patch 2020-08-02 21:09:35 +02:00
Autechre
12081ac982
Merge pull request #696 from amoser/master
Updated built shaders to reflect changes #695
2020-07-28 15:12:10 +02:00
amoser
b62ab9bcf2 Updated built shaders to reflect source changes 2020-07-28 05:43:33 -07:00
Autechre
498b7e993e
Merge pull request #695 from amoser/master
Fixes for filtered texture rendering
2020-07-27 17:27:53 +02:00
amoser
c635294aab
Fix incorrect jagged edges with masked textures
Need to check filtered transparency before discarding pixels, as unfiltered transparency generally excludes pixels that should remain opaque based on the filtered result. This results in highly incorrect stair-step edges.
2020-07-27 06:24:21 -07:00
amoser
b11adfe55d
Correctly clamp coordinates with xBr and SABR
Clamp texture coordinates in xBr and SABR filtering, correcting an issue wherein garbage is drawn for faces with degenerate GXP perspective correct textures are enabled
2020-07-27 06:06:39 -07:00
Autechre
52710212f3
Merge pull request #683 from rouhannb/master
Dynamically switch memory cards (fixes #658)
2020-07-11 19:04:11 +02:00
Autechre
9cb4c09887
Merge pull request #691 from kwyxz/master
Fixes Haiku build with LightRec
2020-07-11 19:03:26 +02:00
kwyxz
4cde0a7bfc Fixes Haiku build with LightRec 2020-07-11 15:55:54 +00:00
rouhannb
3c57ce850b Reset state of memory card when loading a new one
Reset presence_new to true when loading any new memory card, regardless
of whether it is blank.
2020-07-06 21:18:25 -04:00
rouhannb
78f590c586 Reset state of memory card when formatting after loading a blank card
More specifically, reset presence_new to true so that the PlayStation
knows that the memory card has been changed.
2020-07-05 13:05:46 -04:00
rouhannb
cfae14fbe2 Merge remote-tracking branch 'upstream/master' 2020-07-01 14:58:44 -04:00
twinaphex
bf5d7f866b Renamed state.cpp to state.c 2020-07-01 18:20:31 +02:00
rouhannb
1689ee2098 Merge remote-tracking branch 'upstream/master' 2020-06-30 20:49:41 -04:00
twinaphex
dc80220f29 Cleanup 2020-06-30 21:15:48 +02:00
twinaphex
33f0fde8a7 Cleanups 2020-06-30 21:06:30 +02:00
twinaphex
031bf277b6 Cleanup 2020-06-30 07:46:07 +02:00
twinaphex
a21d2dafbc Update libretro-common 2020-06-30 01:51:54 +02:00
twinaphex
21f3528407 Add missing header 2020-06-30 00:31:20 +02:00
twinaphex
3ec7685c19 Update 2020-06-30 00:29:58 +02:00
twinaphex
4b1b114507 Update libretro-common 2020-06-30 00:23:58 +02:00
twinaphex
9839a46682 Fix memory leak 2020-06-30 00:23:26 +02:00
Autechre
a52cdb4283
Merge pull request #682 from webgeek1234/master
Android: Fix hw compilation
2020-06-29 06:31:28 +02:00
rouhannb
fb635187dd Format memory card properly
(As opposed to just deleting it and making a new one.)
2020-06-28 23:09:30 -04:00
rouhannb
531c86e06b Make dynamically switching memory cards work with autosave 2020-06-28 22:41:34 -04:00
rouhannb
e3c9464414 Merge remote-tracking branch 'upstream/master' 2020-06-28 21:46:56 -04:00
Aaron Kling
81560b34f9 libretro: android: Fix hw compilation 2020-06-25 22:44:35 -05:00
Autechre
89a74ee2d0
Merge pull request #681 from jdgleaver/read-buffer-overflow
Prevent buffer over-read when saving states
2020-06-23 13:28:26 +02:00
jdgleaver
f725c34a50 Prevent buffer over-read when saving states 2020-06-23 12:04:51 +01:00
Autechre
409ac1b174
Merge pull request #680 from stoofin/fix-crash
Fix failed assert when asked to clear an empty rect
2020-06-19 07:11:41 +02:00
stoofin
66330c395e Fix failed assert when asked to clear an empty rect 2020-06-18 20:34:12 -07:00
Autechre
296d18871c
Merge pull request #679 from stoofin/texture-wip2
added track textures option
2020-06-18 11:50:41 +02:00
stoofin
7c023980ca added track textures option 2020-06-18 02:42:30 -07:00
twinaphex
6ebadc50ea Logging optimizations 2020-06-17 11:05:20 +02:00
twinaphex
4b6b666b7b Add dumped feature 2020-06-17 01:53:12 +02:00
twinaphex
e09f5fd34b Makefile tweaks 2020-06-16 23:39:57 +02:00
stoofin
54d1d4a3b0 updated prebuilt shaders 2020-06-16 22:53:20 +02:00
stoofin
cafb14279a wip so far 2020-06-16 22:53:15 +02:00
Zachary Cook
3db06fd98c
Merge pull request #673 from niacat/master
When HAVE_SHM, include <sys/stat.h> for S_IRUSR and S_IWUSR
2020-06-10 10:08:45 -04:00
nia
8086ce4d94 When HAVE_SHM, include <sys/stat.h> for S_IRUSR and S_IWUSR 2020-06-10 14:01:02 +01:00
Zachary Cook
8b6ca61d12 lightrec: fix race that could cause a freeze
git subrepo commit (merge) deps/lightrec

subrepo:
  subdir:   "deps/lightrec"
  merged:   "abf5cc51"
upstream:
  origin:   "https://github.com/pcercuei/lightrec.git"
  branch:   "master"
  commit:   "2cca097e"
git-subrepo:
  version:  "0.4.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a04d8c2"
2020-06-08 00:03:33 -04:00
Autechre
2bcce26027
Merge pull request #671 from alucryd/system-libs
allow using system libs
2020-06-05 17:46:54 +02:00
Autechre
fa6af5aff0
Merge pull request #672 from kwyxz/allow-solaris-build
Maintain Solaris compat + restore IllumOS build
2020-06-05 17:45:27 +02:00
Benjamin FRANCOIS
20809d77d9 Maintain Solaris compat + restore IllumOS build 2020-06-05 08:37:50 -07:00
twinaphex
cd13860b61 Don't use fprintf - go through logging interface 2020-06-05 13:13:42 +02:00