Nicolas Pixel Noble
2ebe5eda95
Merge remote-tracking branch 'upstream/main' into torus
2024-06-28 21:46:00 -07:00
Nicolas Noble
8ba887a8bb
Merge pull request #1677 from nicolasnoble/psyqo-dma-fix
...
Fixing psyqo's DMA GPU behavior.
2024-06-28 21:44:54 -07:00
Nicolas Pixel Noble
f873b754e5
Fixing psyqo's DMA GPU behavior.
...
The "transfer direction" needs to always be 1 in the general case, to ensure DREQ to properly toggle on FIFO status, and set to 2 for VRAM uploads, and VRAM uploads only.
2024-06-28 21:03:48 -07:00
Nicolas Pixel Noble
e9f63fd480
Merge remote-tracking branch 'upstream/main' into torus
2024-06-23 22:51:06 -07:00
Nicolas Noble
4ff4ed6ffb
Merge pull request #1675 from nicolasnoble/psyqo-unreachable
...
Sprinkling psyqo with __builtin_unreachable().
2024-06-23 22:50:36 -07:00
Nicolas Noble
2694cb44b3
Merge pull request #1676 from nicolasnoble/psyqo-trampoline
...
Shuffling psyqo's trampoline initialization.
2024-06-23 22:46:12 -07:00
Nicolas Pixel Noble
94017f5bc2
Forgot one.
2024-06-23 22:10:59 -07:00
Nicolas Pixel Noble
7ce60425d7
Shuffling psyqo's trampoline initialization.
2024-06-23 22:05:38 -07:00
Nicolas Noble
7c0492dde9
Merge branch 'main' into psyqo-unreachable
2024-06-23 21:54:35 -07:00
Nicolas Pixel Noble
e4dd4c3008
Sprinkling psyqo with __builtin_unreachable().
2024-06-23 21:51:53 -07:00
Nicolas Noble
7582595d01
Merge pull request #1674 from nicolasnoble/downgrade-message
...
Downgrading spurious warnings to debug messages.
2024-06-23 18:45:02 -07:00
Nicolas Pixel Noble
044849c1a9
Downgrading spurious warnings to debug messages.
2024-06-23 11:41:17 -07:00
Nicolas Noble
7ebbc38a38
Merge pull request #1672 from nicolasnoble/psyqo-source-location
...
Adding source location to psyqo's Abort.
2024-06-23 11:01:42 -07:00
Nicolas Pixel Noble
9b1587e29d
Adding source location to psyqo's Abort.
2024-06-23 06:49:09 -07:00
Nicolas Noble
5d0e7a2abd
Merge pull request #1669 from grumpycoders/translations_i18n-pcsx-redux-pot--main_es_ES
...
Updates for file i18n/pcsx-redux.pot in es_ES
2024-06-22 17:35:43 -07:00
Nicolas Noble
19eaea4e4a
Merge pull request #1670 from grumpycoders/translations_i18n-pcsx-redux-pot--main_uk
...
Updates for file i18n/pcsx-redux.pot in uk
2024-06-22 17:35:26 -07:00
transifex-integration[bot]
43b54f8af2
Translate i18n/pcsx-redux.pot in uk
...
100% translated source file: 'i18n/pcsx-redux.pot'
on 'uk'.
2024-06-22 07:15:08 +00:00
transifex-integration[bot]
4724cc861e
Translate i18n/pcsx-redux.pot in es_ES
...
100% translated source file: 'i18n/pcsx-redux.pot'
on 'es_ES'.
2024-06-21 08:35:09 +00:00
Nicolas Noble
ba19edb612
Merge pull request #1625 from grumpycoders/chores-i18n
...
[Chores] Regen i18n
2024-06-20 21:04:39 -07:00
nicolasnoble
0558997c63
[Chores] Regen i18n
2024-06-21 03:02:00 +00:00
Nicolas Noble
ded898f3cc
Merge pull request #1655 from grumpycoders/chores-code-format
...
[Chores] Format code
2024-06-20 20:00:23 -07:00
nicolasnoble
4ff91ef799
[Chores] Format code
2024-06-19 23:40:47 +00:00
Nicolas Noble
c760b6f929
Merge pull request #1668 from njfox/aur-package-ci
...
Add CI for AUR Package
2024-06-19 16:35:11 -07:00
Nick Fox
f0841ec062
remove test branch
2024-06-19 17:25:29 -04:00
Nick Fox
ec167f770f
WIP: add missing utility packages
2024-06-19 15:33:11 -04:00
Nick Fox
bad0ed8247
WIP: fix permissions
2024-06-19 15:31:22 -04:00
Nick Fox
6e61c23914
WIP: use builduser to make makepkg happy
2024-06-19 15:29:03 -04:00
Nick Fox
d575d8f267
WIP: fix typo in capstone
2024-06-19 15:18:55 -04:00
Nick Fox
26fb0f1f61
WIP: update pacman database
2024-06-19 15:18:09 -04:00
Nick Fox
6213a777f0
WIP: add noconfirm and correct runs-on
2024-06-19 15:16:49 -04:00
Nick Fox
b19920e2e8
WIP: trigger CI on aur-package-ci branch
2024-06-19 15:05:43 -04:00
Nick Fox
979100e820
Fix bad syntax
2024-06-19 15:03:01 -04:00
Nick Fox
89a5f74108
WIP: AUR CI
2024-06-19 15:01:43 -04:00
Nicolas Noble
1712d1da49
Merge pull request #1667 from njfox/luajit_ldflags
...
Fix LuaJIT build when LDFLAGS is defined
2024-06-18 20:31:43 -07:00
Nick Fox
a0991ef609
Fix LuaJIT build when LDFLAGS is defined
2024-06-18 22:43:13 -04:00
Nicolas Noble
25cc6fb001
Merge pull request #1665 from nicolasnoble/disable-lua-spam
...
Disabling Lua notice spam.
2024-06-14 18:06:25 -07:00
Nicolas Noble
c2d56097fc
Merge pull request #1666 from nicolasnoble/file-fix
...
Fixing truncated file read edge case.
2024-06-14 18:06:14 -07:00
Nicolas Noble
6aa0988324
Merge pull request #1659 from spicyjpeg/openbios573
...
OpenBIOS: Add System 573 support
2024-06-14 18:05:12 -07:00
spicyjpeg
6c3da3e0c0
Merge branch 'main' into openbios573
2024-06-15 01:10:12 +02:00
spicyjpeg
075964b9d0
Add comments explaining changes from retail/573 BIOS
2024-06-15 01:09:25 +02:00
Nicolas Pixel Noble
3349947c09
Fixing truncated file read edge case.
2024-06-13 21:10:27 -07:00
Nicolas Pixel Noble
b2027af3b2
Disabling Lua notice spam.
2024-06-13 21:08:12 -07:00
Nicolas Noble
4be370faae
Merge pull request #1661 from nicolasnoble/more-cpu-tests
...
More CPU tests
2024-06-11 06:59:55 -07:00
Nicolas Noble
129dd6a195
Merge branch 'main' into openbios573
2024-06-11 04:18:33 -07:00
Nicolas Noble
7efd6bad60
Merge branch 'main' into more-cpu-tests
2024-06-11 04:18:16 -07:00
Nicolas Noble
ac177b37d9
Merge pull request #1662 from nicolasnoble/disable-circular
...
Temporarily disabling circular buffer test...
2024-06-11 04:17:56 -07:00
Nicolas Pixel Noble
016512df1c
Temporarily disabling circular buffer test...
2024-06-10 21:23:09 -07:00
Nicolas Pixel Noble
b4200c65ef
Disabling this one test for now.
2024-06-10 20:42:13 -07:00
Nicolas Pixel Noble
29386ac732
Adding more CPU tests.
2024-06-10 19:55:53 -07:00
spicyjpeg
f00a6913af
OpenBIOS: Force embedded executable to be 32-byte aligned
2024-06-05 23:37:27 +02:00