Commit graph

455 commits

Author SHA1 Message Date
Brigham Henry Keys
ba228af849 Removed redundant CPU detection 2018-09-21 02:40:39 -05:00
Brigham Henry Keys
f6ef6b076c Added support for aarch64 2018-09-19 12:09:10 -05:00
Brigham Henry Keys
6e9600cc5b Added support for aarch64 2018-09-19 12:05:32 -05:00
Richard Goedeken
bb52e1ad68
Merge pull request #65 from loganmc10/patch-4
Indi and Naboo now have an HLE implementation
2018-05-26 08:30:47 -07:00
Logan
febfc28730
Indi and Naboo now have an HLE implementation 2018-05-26 07:49:23 -06:00
Richard Goedeken
8a5fb80d28
Merge pull request #64 from loganmc10/patch-3
Remove WDC and Stunt Racer from LLE list
2018-02-12 08:14:55 -08:00
Logan
b7da074c41
Remove WDC and Stunt Racer from LLE list 2018-02-12 06:08:43 -07:00
Richard Goedeken
2e4171499c update FSF address in license 2018-02-04 12:58:57 -08:00
bsmiles32
7418dd6a5f
Merge pull request #63 from bentley/master
Update homepage links
2018-01-01 17:47:01 +01:00
Anthony J. Bentley
7178086ff3 Update homepage. 2017-12-28 16:27:32 -07:00
Anthony J. Bentley
9229360df6 Update link to bug tracker. 2017-12-28 16:06:05 -07:00
Richard Goedeken
d9c297ce25
Merge pull request #62 from Gillou68310/mi_intr
Don't set MI_INTR_SP if task is not finished yet
2017-12-15 18:14:25 -08:00
Gillou68310
9d8e4e370e Don't set MI_INTR_SP if task is not finished yet 2017-12-14 16:37:46 +01:00
Gillou68310
4e116a85a1 Don't disable HLE GFX if no fallback available 2017-12-14 16:37:32 +01:00
Gillou68310
b636701967 Use integers instead of float 2017-12-14 09:12:08 +01:00
bsmiles32
b7e1df3f6c
Merge pull request #61 from Gillou68310/re2
Implement RE2 fill video double buffer ucode
2017-12-14 01:56:01 +01:00
Gillou68310
57a20e4c0b Implement RE2 fill video double buffer ucode 2017-12-13 21:28:36 +01:00
Richard Goedeken
8860a7e63d
Merge pull request #60 from StenApp/patch-1
Update jpeg.c
2017-12-04 21:46:15 -08:00
Sten
3042d32ea5
Update jpeg.c
Truncation warning
2017-12-02 22:31:25 +01:00
Richard Goedeken
a3690d9280
Merge pull request #59 from loganmc10/patch-2
If DEBUG not set, set NDEBUG
2017-11-30 19:37:02 -08:00
Logan
06c8ec7c2c
If DEBUG not set, set NDEBUG 2017-11-30 10:59:57 -07:00
Richard Goedeken
421e97ce45 update Makefile method for finding OSX_SDK_PATH 2017-11-14 16:21:30 -08:00
Dorian Fevrier
0806227ce9
Merge pull request #58 from charlemagnelasse/travis-mxe
Build MXE targets as additional tests in travis build matrix
2017-11-06 12:19:35 +01:00
Charlemagne Lasse
9faf92fadf Build MXE targets as additional tests in travis build matrix 2017-11-05 15:35:14 +01:00
bsmiles32
053e99826f
Merge pull request #54 from bsmiles32/lle_fallback
Implement RSP fallback.
2017-11-01 19:12:13 +01:00
Bobby Smiles
db5bce48bd Remove Gauntlet legend settings override. 2017-10-27 23:18:20 +02:00
Bobby Smiles
1b47eea6fa Set TASK_DONE, BROKE, HALT bits before calling ProcessDlistList function 2017-10-13 19:56:41 +02:00
Dorian Fevrier
47de8d2c66 Merge pull request #56 from mupen64plus/revert-55-sdl2
Revert "Update to VS2015"
2017-10-13 09:54:16 +02:00
Dorian Fevrier
935522a54e Revert "Update to VS2015" 2017-10-13 09:53:48 +02:00
Dorian Fevrier
cdd404b7e2 Merge pull request #55 from loganmc10/sdl2
Update to VS2015
2017-10-13 09:53:31 +02:00
Logan McNaughton
15e20ce808 Add AppVeyor script 2017-10-11 10:33:42 -06:00
Logan McNaughton
cbfce2a22c Visual Studio 2015 2017-10-10 14:57:44 -06:00
Bobby Smiles
b94f7bbdf7 Stub 2 new audio ucodes found in 64DD conversions carts. 2017-10-04 18:48:06 +02:00
Bobby Smiles
58f14e391c Fix: task type 7 should not be "discarded" after calling ShowCFB.
This matches the cxd4 plugin behavior and fixes Pokemon Puzzle league.
2017-10-04 18:47:42 +02:00
Bobby Smiles
b53a5d8422 Implement RSP fallback.
This allows to specify an arbitrary RSP plugin to use when an unknown
ucode is encountered. It is particularly usefull when combined with an
LLE RSP plugin.

Sending audio lists or display lists to audio (resp. gfx) plugins can
also be specified through config parameters. A blacklist of known
problematic gfx ucodes is integrated (same as rsp-cxd4) to avoid sending
them to the gfx plugin.
2017-10-04 18:47:42 +02:00
bsmiles32
cb34bbd39c Merge pull request #53 from Gillou68310/re2
Implement RE2 video frame decoding ucode
2017-10-04 18:27:54 +02:00
Gillou68310
0c6c0784f2 Implement RE2 video frame decoding ucode 2017-09-19 11:58:13 +02:00
bsmiles32
0cc2f05460 Merge pull request #51 from bsmiles32/task_done
Let each ucode specify how sp status should be modified.
2017-09-15 00:46:20 +02:00
Bobby Smiles
5437128c67 Let each ucode specify how sp status should be modified.
Most ucodes are executed until task is done (in one go).
However, some ucodes (yet to be implemented such as wdc zsort) may need
to yield thus not setting task done flag.
This should be stricly equivalent to previous code, just with more
flexibility should we add yielding support.
2017-08-09 08:09:09 +02:00
bsmiles32
5252ff28a5 Merge pull request #52 from derselbst/macros
specify audio ucode flags explicitly
2017-08-09 00:42:46 -05:00
derselbst
8576bcdd79 specify audio ucode flags explicitly 2017-08-01 11:14:53 +02:00
Tom M
8ddd361992 specify audio ucode flags explicitly
for increased readability
2017-07-31 17:04:14 +02:00
Bobby Smiles
842d62d41e Revert "Allow using compiler other than gcc"
This reverts commit f5838d8c48.
2017-06-24 13:34:45 -06:00
bsmiles32
9e8644b09b Merge pull request #47 from fzurita/master
Prevent yet one more illegal access to alist_buffer
2017-06-22 20:32:00 -06:00
bsmiles32
54767eff73 Merge pull request #48 from loganmc10/patch-1
Allow using compiler other than gcc
2017-06-22 20:21:15 -06:00
Logan McNaughton
f5838d8c48 Allow using compiler other than gcc 2017-06-20 21:15:38 -06:00
Francisco Zurita
ef6a5a2f6e Prevent yet one more illegal access to alist_buffer 2017-06-05 23:08:15 -04:00
bsmiles32
4023936c63 Merge pull request #46 from bsmiles32/re2
Add support for Re2 bilinear resizing
2017-06-02 07:29:59 -06:00
Bobby Smiles
4f77c93a2f Re2: Add support for other regions 2017-06-02 15:11:27 +02:00
Bobby Smiles
2f9a16cb3c Fix unused variable warning. 2017-06-02 15:11:13 +02:00