Commit graph

2645 commits

Author SHA1 Message Date
Richard Goedeken fe284b142e
Merge pull request #1077 from Jj0YzL5nvJ/up2024
CI/CD: Upgrade, generic scripts, independent schedule, etc
2024-05-06 19:58:13 -07:00
Richard Goedeken c99a25d8b2
Merge pull request #1076 from Rosalie241/rom-size-check
Correct ROM file size checks
2024-05-06 19:55:49 -07:00
Richard Goedeken db5fb1a2de
Merge pull request #1075 from Rosalie241/ci-fix
ci: install vulkan-headers package in MSYS2
2024-05-06 19:54:10 -07:00
Richard Goedeken 792e36039f
Merge pull request #1074 from loganmc10/zip
Update minizip
2024-05-06 19:53:48 -07:00
Jj0YzL5nvJ a64f8ea750 CI/CD: Upgrade, generic scripts, independent schedule, etc 2024-05-06 00:33:05 -06:00
Rosalie Wanders d5f1267a67 Correct ROM file size checks 2024-05-04 15:08:25 +02:00
Rosalie Wanders d46a1d06d2 ci: install vulkan-headers package in MSYS2 2024-05-04 14:38:46 +02:00
GhostlyDark d8cb2faa9e Fixed rsp_core.c related porting mistakes 2024-05-03 16:52:54 +02:00
GhostlyDark b272296ba6 Fixed contents of DMA related registers after a DMA completes
Co-Authored-By: Matt Pharoah <mtpharoah@gmail.com>
2024-05-03 16:52:54 +02:00
GhostlyDark d6a2668b6e Fixed behaviour when both setting and clearing STATUS bits at the same time
Co-Authored-By: Matt Pharoah <mtpharoah@gmail.com>
2024-05-03 16:52:54 +02:00
GhostlyDark c65c330381 Fixed read/write to RSP PC register from CPU
Co-Authored-By: Matt Pharoah <mtpharoah@gmail.com>
2024-05-03 16:52:54 +02:00
GhostlyDark 07d85c1b21 Fixed incorrect handling of BREAK bit in the RSP status register
Co-Authored-By: Matt Pharoah <mtpharoah@gmail.com>
2024-05-03 16:52:54 +02:00
Logan McNaughton e3b9f909e9 Update minizip 2024-05-02 10:44:53 -06:00
Richard Goedeken 860fac3fba
Merge pull request #1060 from orbea/new_dynarec
src: fix the new_dynarec with musl
2024-01-24 22:09:35 -08:00
Richard Goedeken 1656545339
Merge pull request #1059 from 269261/rom-size-checks
Add missing ROM file size checks
2024-01-24 22:06:32 -08:00
orbea 1639bb0df1 src: fix the new_dynarec with musl
This is needed on other platforms too, but may be implicit in some where
including it again is harmless.
2024-01-23 18:30:52 -08:00
269261 5304acf2a6 Add missing ROM file size checks 2024-01-22 09:02:05 +01:00
Richard Goedeken 9b22e9e90f
Merge pull request #1058 from Pcgaming575/Pcgaming575-patch-1
Added 3 translations and a game.
2024-01-15 07:41:30 -08:00
Pcgaming575 539395fce6
Added 3 translations and a game.
I add the Portuguese translation of f zero x, the English translations of getter love!! and heiwa pachinko world 64, and the Switch version of Goldeneye 007.
2024-01-15 09:35:27 -06:00
Richard Goedeken 20615a1264
Merge pull request #1057 from Clownacy/master
Fix Big-Endian Incompatibilities
2024-01-12 20:22:58 -08:00
Richard Goedeken 93ddc88b20
Merge pull request #1056 from Fanatic-64/master
Add redumps/correct bad ROM IDs and add some unlicensed releases
2024-01-12 20:12:21 -08:00
Richard Goedeken 97f7dc63d5
Merge pull request #1054 from Calinou/increase-max-overclock-factor
Increase maximum allowed overclocking factor to 20
2024-01-12 20:08:12 -08:00
Clownacy 469d4eb255
Oh right, apply the previous bugfix to this too.
This doesn't appear to break anything, and it seems like the correct thing to do.
2024-01-10 17:48:56 +00:00
Clownacy 0d2c3096e6
Fix "IS Viewer" big-endian incompatibility.
When printing a game's debug messages, this code was causing the text to be byteswapped.
2024-01-10 17:42:22 +00:00
Clownacy c4591b7f20
Fix big-endian incompatibility in float-related CPU code
This would cause all 3D to break in games like Ocarina of Time and Mario Kart 64, being reduced to a few unmoving triangles in the middle of the screen.
2024-01-10 17:39:55 +00:00
Fanatic-64 8466462f20
Add redumps/correct bad ROM IDs and add some unlicensed releases 2024-01-04 23:25:25 -06:00
Hugo Locurcio 68ddbecc1e
Increase maximum allowed overclocking factor to 20
This can be used for particularly demanding game sections when
coupled with 60 FPS cheats to ensure greater framerate stability,
at the cost of increased CPU utilization.

For reference, 1964GEPD supports values up to 18. Even with an overclock
factor of 18, there is still ample room to run above fullspeed on an i9-13900K
on Perfect Dark, so a value of 20 should run well on today's high-end CPUs.
2024-01-02 23:19:36 +01:00
Richard Goedeken f500eb58f7
Merge pull request #1046 from Pcgaming575/Pcgaming575-patch-1
Added Italian translations.
2023-11-04 08:57:33 -07:00
Pcgaming575 27255a1e38
Added Italian translations.
Added the Italian translations of Diddy Kong Racing, Zelda Majoras Mask, Mario Kart 64 and Super Mario 64, made by Rulesless.
2023-10-28 17:12:39 -06:00
Richard Goedeken ae752c2b40 add missing header for int abs(int) function 2023-10-05 20:43:07 -07:00
Richard Goedeken 8d3dd8faa1
Merge pull request #1040 from Rosalie241/wrong-slashes
Fix incorrect OSAL_DIR_SEPARATORS when compiling using mingw
2023-10-01 16:57:49 -07:00
Rosalie Wanders 945718c465 Fix incorrect OSAL_DIR_SEPARATORS when compiling using mingw 2023-10-01 13:38:46 +02:00
Richard Goedeken 36bf31b7bf
Merge pull request #1039 from zZeck/bfd_version_check_fix
bfd version check fix for X.XX version number format
2023-09-13 19:13:35 -07:00
Logan McNaughton 080b2b8e34 use CS4 for netplay DSCP 2023-09-13 09:01:16 +02:00
Zeck 1c8fd9c7fa bfd version check fix for X.XX version number format 2023-09-12 12:14:12 -05:00
Richard Goedeken fba8a57cf1
Merge pull request #1034 from Pcgaming575/Pcgaming575-patch-1
Added English translation of Bomberman 64 - Arcade Edition
2023-08-31 23:10:40 -07:00
Pcgaming575 19851a37e5
Added English translation of Bomberman 64 - Arcade Edition
I add the english translation of Bomberman 64 - Arcade Edition, made by Zoinkity.
2023-08-31 17:48:11 -06:00
Richard Goedeken 3b9020e61a
Merge pull request #1033 from Rosalie241/memchr
use memchr instead of strchr in is_viewer.c
2023-08-28 20:38:26 -07:00
Richard Goedeken 781bb4197b
Merge pull request #1032 from Pcgaming575/Pcgaming575-patch-1
Adding 4 more translations and updating ROM database.
2023-08-28 20:37:41 -07:00
Rosalie Wanders 6f926b6a90 use memchr instead of strchr in is_viewer.c 2023-08-26 23:08:26 +02:00
Pcgaming575 9d165ca215
Adding 4 more translations and updating ROM database.
I add the version 1.1 of the English translation of Wave 64 - Shindou Edition, the English and Korean translations of Puyo Puyo Sun 64 made by Zoinkity (with contributions from UltimatePenguin in the Korean translation), the Spanish translations of Mario Kart 64 and Super Mario 64 made by Blade133bo and finally, I update the information on Donkey Kong 64 by adding that it is multilanguage.
2023-08-25 00:26:22 -06:00
Richard Goedeken 7d02ab97bd
Merge pull request #1030 from alice-mkh/wip/alice/db-close-fix
rom: Fix closing the ROM database
2023-08-20 18:59:19 -07:00
Alice Mikhaylenko ad347c3c74 rom: Fix closing the ROM database
Otherwise we get a use after free when loading ROMs after a core shutdown + startup.
2023-08-21 03:34:16 +04:00
Richard Goedeken 6219b9c4f3
Merge pull request #1029 from Jj0YzL5nvJ/readme
Update README* files
2023-08-18 19:01:49 -07:00
Richard Goedeken 5dc05dfba9
Merge pull request #1019 from flagrama/patch-1
Fix IS64 Truncating Lines
2023-08-18 19:00:52 -07:00
Richard Goedeken 030c3d27cb
Merge pull request #1021 from loganmc10/netplay-fixes
netplay fixes from simple64
2023-08-18 18:59:40 -07:00
Richard Goedeken a2add5d48f
Merge pull request #1027 from Rosalie241/fix-dynarec
new_dynarec: fix FPU crashes
2023-08-18 18:58:23 -07:00
Jj0YzL5nvJ d563335573 Update README* 2023-08-15 00:50:44 -06:00
Rosalie Wanders 29e7414f02 new_dynarec: fix FPU crashes 2023-08-14 21:35:52 +02:00
Richard Goedeken e21d0e8c8c
Merge pull request #1023 from Pcgaming575/Pcgaming575-patch-1
Added 3 more translations
2023-08-12 16:23:24 -07:00