Commit Graph

1213 Commits

Author SHA1 Message Date
negativeExponent
c87338f9fc
Update travis link
Update travis link, repository needs to be updated there though
2020-01-21 05:59:02 +08:00
MrJs
49570c9a8c
Update README.md 2020-01-20 13:43:03 -08:00
Twinaphex
1a3c6e36c7
Merge pull request #138 from mrjschulte/patch-4
fix MacOS compilation
2019-12-08 23:55:21 +01:00
MrJs
eaa2da4824
fix MacOS compilation 2019-12-08 11:44:30 -08:00
Twinaphex
6c8e46763e
Merge pull request #136 from mrjschulte/patch-2
Update makefile for iOS and add tvOS support.
2019-12-07 23:52:37 +01:00
MrJs
420c0e3dba
Update makefile for iOS and add tvOS support.
Update makefile for iOS and add tvOS support. 
Mobile apple platforms are now in sync with the options for PCE_FAST version.
2019-12-07 09:47:04 -08:00
Twinaphex
19fbcd6d05
Merge pull request #131 from tryal-star/bpp32
accurate: add 32-bpp output (optional)
2019-11-15 01:52:29 +01:00
tryal-star
d896c1186c add 32-bpp output (optional) 2019-11-14 13:36:49 +00:00
Twinaphex
2c0af2ece7
Merge pull request #123 from webgeek1234/pce
libretro: allow mingw cross compile
2019-08-17 14:59:03 +02:00
Aaron Kling
2d63c78761 libretro: allow mingw cross compile 2019-07-31 02:19:40 -05:00
Brad Parker
c660b41050 fix new/free mismatch 2019-07-30 16:26:06 -04:00
Twinaphex
7c3ff239c5
Merge pull request #120 from bparker06/cdrom
initial cdrom support (pce branch)
2019-07-26 04:22:42 +02:00
Brad Parker
8ca8109380 cdrom: fix cue handling 2019-07-25 22:06:17 -04:00
Brad Parker
2d050ee501 initial cdrom support 2019-07-25 21:48:23 -04:00
Twinaphex
ef3ecc7612
Merge pull request #114 from funbars/cleanup
makefile cleanup
2019-07-17 22:49:37 +02:00
hizzlekizzle
8fea4c0fb9
Merge pull request #118 from Tatsuya79/pce
Core options sublabels.
2019-07-17 14:44:29 -05:00
Tatsuya79
bec2ebd7a1 Core options sublabels. 2019-07-17 19:19:43 +02:00
Twinaphex
be77c51e09
Merge pull request #117 from webgeek1234/pce
Android update
2019-06-28 11:24:27 +02:00
funbars
9ead3a210e
makefile cleanup 2019-05-31 11:18:25 -05:00
Aaron Kling
5e46de13f4 libretro: jni: Switch stl to c++ in preparation for ndk r20 2019-05-24 23:29:48 -05:00
hizzlekizzle
9e2bafa61d
Merge pull request #113 from funbars/fbo2
fix libretro fbo
2019-05-17 10:26:00 -05:00
funbars
fdcc163b58
fix libretro fbo
avoid random uninit values
2019-05-16 21:16:48 -05:00
Twinaphex
8a78001f3e
Merge pull request #110 from funbars/run2
fix runahead
2019-05-10 17:06:57 +02:00
funbars
7640f38b5f
games express cd bios 2019-05-10 08:22:16 -05:00
funbars
d511c6b081
tab to space 2019-05-09 22:39:27 -05:00
funbars
c33ff011b2
fix runahead 2019-05-09 22:31:25 -05:00
hizzlekizzle
c967bdde71
Merge pull request #108 from trinemark/pce
more msvc2010 compatibility
2019-04-29 12:34:48 -05:00
trinemark
8f4959b0a6
fix travis script 2019-04-29 12:30:04 -05:00
trinemark
b64497240a
more msvc2010 compatibility 2019-04-29 12:23:14 -05:00
hizzlekizzle
5eab384352
Merge pull request #107 from trinemark/pce
remove c++11
2019-04-28 22:22:58 -05:00
trinemark
161447fefc
remove c++11 2019-04-28 21:53:14 -05:00
hizzlekizzle
27e515f9db
Merge pull request #106 from Tatsuya79/patch-5
attempt to fix Linux build
2019-04-28 18:31:05 -05:00
Tatsuya79
3fd876361d
attempt to fix Linux build 2019-04-28 23:48:07 +02:00
hizzlekizzle
4f65bffe0d
Merge pull request #105 from Tatsuya79/patch-1
try to fix failing builds
2019-04-28 08:40:51 -05:00
Tatsuya79
4a42f754c1
try to fix failing builds 2019-04-28 15:30:43 +02:00
Twinaphex
52afa34183
Merge pull request #104 from Awakened0/patch-1
Spelling and Capitalization Fixes
2019-04-27 22:13:58 +02:00
Awakened0
9b22e84ecf
Spelling and Capitalization Fixes 2019-04-27 15:53:48 -04:00
trinemark
853b97b76b
skip invisible lines 2019-04-26 07:48:14 -05:00
trinemark
141ae3f552 6-button joypad switch 2019-04-25 14:51:07 -05:00
trinemark
5796a75f8e
dedicated I, II turbo buttons 2019-04-25 11:47:26 -05:00
trinemark
9bc52b2bb1
better hires blending
Kind of clamp pixels on the left side.

It will make the 1st pixels blend together longer with more passes, better than bringing black pixels in.
2019-04-25 11:44:18 -05:00
Tatsuya79
a978b8b792
better hires blending 2019-04-25 15:20:50 +02:00
trinemark
3da5d55d24
aspect ratio options 2019-04-24 19:30:02 -05:00
trinemark
246616810a
Hires blending strength option
Configurable blur level strength.

Skipping the 1st pixel to avoid a vertical grey line that appears on the left side if you try to blur with the extreme left pixel.
2019-04-24 19:21:53 -05:00
Tatsuya79
b4b99037f9
Hires blending strenght option 2019-04-25 01:05:00 +02:00
trinemark
5e786584a7
arcade card option 2019-04-24 11:58:34 -05:00
trinemark
d9a9c0da87 hires 1024 blending option 2019-04-24 10:38:48 -05:00
trinemark
4d13076a23 default psg chip, remove 352 crop options
HuC6280A = match other beetle cores quality, better user experience
2019-04-24 07:58:24 -05:00
trinemark
495540cdde multi-res renderer 2019-04-23 22:42:01 -05:00
trinemark
c1fda9f78e pre-cache values
MDFN_GetSettingUI is a large if-else block
2019-04-23 10:44:55 -05:00