Commit Graph

1040 Commits

Author SHA1 Message Date
twinaphex
1649fbd0dc * Fix memory leak in FileStream
* Change old_cacheimage to cacheimage
2021-03-17 18:22:14 +01:00
twinaphex
c69e197078 Backport c68ef30639 2021-03-16 06:37:29 +01:00
Margen67
cc82727f5b Fix #256 (Widescreen hack aspect ratio setting)
Adds an option to set the aspect ratio of the widescreen hack. Choices:
 16:10
 16:9 (default)
 21:9
 32:9
2020-12-13 06:19:35 -08:00
bslenul
e4edce0c63 Revert "Backport this from mainline (mednafen 1.22.2) -"
This reverts commit 18a9de19f3.
2020-11-11 13:04:14 +01:00
Romain TISSERAND
42f91bf0c9 Fix compile 2020-11-03 14:06:51 +01:00
twinaphex
4137fb2987 Simplify SimpleFIFO some more 2020-10-15 07:32:20 +02:00
twinaphex
921dbed515 Simplify SimpleFIFo 2020-10-15 07:18:00 +02:00
JS Deck
56371422e5 Remove code from previous changes causing problems in Grandia 2020-10-14 22:18:28 -03:00
JS Deck
b85a909ee9 Use non-pgxp xy to calculate uv offsets to avoid weird interaction with pgxp 2020-10-05 22:35:12 -03:00
twinaphex
ec08975f5a Cleanups 2020-10-06 02:48:52 +02:00
twinaphex
353b3438b6 Cleanups 2020-10-06 02:43:34 +02:00
twinaphex
15dde524ac Cleanups 2020-10-06 02:39:10 +02:00
twinaphex
42894b5d63 Cut down on stdio.h usage 2020-10-03 21:51:46 +02:00
JS Deck
63191141ab Additional texture uv adjustment (Vulkan) 2020-09-27 11:00:47 -03:00
JS Deck
6f8751a878 Texture uv adjustment (Vulkan) 2020-09-27 08:02:18 -03:00
JS Deck
9306e348d2 Add options to exclude sprites and 2D polygons from texture filtering 2020-09-26 22:27:08 -03:00
twinaphex
a7c353c456 Cleanups 2020-09-24 08:28:56 +02:00
Autechre
eff7afb232
Merge pull request #732 from xzn/pgxp_cull
Add PGXP NCLIP on off switch
2020-09-23 02:06:27 +02:00
JS Deck
7c3875b0c6 Add PGXP NCLIP on off switch 2020-09-22 20:19:18 -03:00
JS Deck
cfdb0c8216 Correct pgxp 2d tol for quads 2020-09-22 14:45:40 -03:00
twinaphex
839e620c73 Header cleanups + getting rid of IsAbsolutePath - using libretro-common
equivalent
2020-09-22 06:39:03 +02:00
JS Deck
79405a92f9 Fix Wild Arms 2 overworld forest sprite for software mode with scaling 2020-09-20 17:27:44 -03:00
JS Deck
7fefbe3743 Fix non-pgxp being completely broken in previous commit in this pr 2020-09-19 21:15:12 -03:00
twinaphex
7e009bd600 Get rid of MD5 calculation 2020-09-18 22:14:03 +02:00
twinaphex
fee398f94f Cleanups 2020-09-18 22:02:33 +02:00
Autechre
7a26d73901
Merge pull request #725 from xzn/pgxp_clamp
"Clamp" pgxp coordinates if lacking w components
2020-09-18 21:58:40 +02:00
Autechre
4da89eadaa
Merge pull request #726 from xzn/wild_arms_2
Copy adjusted vert for first vert in quad
2020-09-18 21:58:20 +02:00
JS Deck
cc678f4fc7 Use signed integer for comparison 2020-09-18 13:36:36 -03:00
JS Deck
fb893b3b95 Make pgxp tolerance an option 2020-09-18 13:10:35 -03:00
JS Deck
97aa8f1cc2 Copy adjusted vert for first vert in quad 2020-09-18 10:22:26 -03:00
Autechre
3b80afbf82
Merge pull request #724 from xzn/wild_arms_2
Fix Wild Arms 2 overworld forest sprite; some rearranging of code;
2020-09-18 15:16:10 +02:00
JS Deck
5de64cdbfd "Clamp" pgxp coordinates if lacking w components 2020-09-18 10:12:07 -03:00
JS Deck
e328a5dd9b Fix Wild Arms 2 overworld forest sprite; some rearranging of code; 2020-09-18 10:07:30 -03:00
twinaphex
8f7796f060 Revert "Cleanups"
This reverts commit 6a0bbd5120.
2020-09-18 01:39:40 +02:00
twinaphex
6a0bbd5120 Cleanups 2020-09-18 01:00:02 +02:00
twinaphex
2bcb270743 Cleanups 2020-09-18 00:50:32 +02:00
twinaphex
9490cb4b39 Cleanups 2020-09-16 20:29:13 +02:00
twinaphex
3537b45f0b Cleanups 2020-09-16 20:19:03 +02:00
twinaphex
3cbd1dbe0d Get rid of HAVE_CDROM_NEW 2020-09-16 19:56:33 +02:00
twinaphex
89cc1d6a7f Cleanups 2020-09-14 10:15:42 +02:00
twinaphex
4ab8759468 Get rid of overloading 2020-09-14 09:58:05 +02:00
twinaphex
4b9a772646 Cleanups 2020-09-14 06:57:20 +02:00
twinaphex
b53abf36a1 Convert settings.cpp to C 2020-09-14 06:52:05 +02:00
twinaphex
1e6f9b53ee Cleanup 2020-09-13 18:26:17 +02: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