pcsx-redux/src/mips
2024-05-09 04:32:18 +00:00
..
.github/workflows Auto-close PRs in nugget. 2021-05-30 22:05:25 -07:00
common Fixing OpenBIOS compilation with gcc 14.1. 2024-05-08 20:49:09 -07:00
crc32 Adding scratchpad section example. 2022-06-07 19:03:31 -07:00
cube Fixing the cube compilation, *again* 2021-04-11 20:47:30 -07:00
cxxhello Better split + documentation. 2024-02-04 22:06:47 -08:00
doc Slightly better doc pages. 2022-10-28 21:36:41 -07:00
helloworld [Chores] Format code 2021-01-24 19:35:42 +00:00
modplayer Adding modconv tool. 2024-02-18 13:18:42 -08:00
openbios [Chores] Format code 2024-05-09 04:32:18 +00:00
psyq Update README.md 2022-10-18 10:06:46 -05:00
psyqo Compilation fix for some mips compilers. 2024-04-02 19:42:19 -07:00
psyqo-paths Relaxing psyqo's compilation rules outside CI 2023-12-30 19:05:20 -08:00
shell Packing openbios cart versions. 2022-08-08 23:26:23 -07:00
tests Fixing memcpy & adding tests. 2024-02-29 18:17:59 -08:00
ucl-demo [Chores] Format code 2023-12-09 15:04:21 +00:00
.gitignore Makefile's library support. 2022-07-03 11:24:25 -07:00
common.mk Reverting this one for now. 2024-02-15 19:43:40 -08:00
cpe.ld Typo. 2023-04-14 11:48:38 -07:00
LICENSE Switching license. 2020-05-18 19:05:42 -07:00
nooverlay.ld Adding scratchpad section example. 2022-06-07 19:03:31 -07:00
ps-exe.ld Update ps-exe.ld 2023-09-11 11:19:18 +10:00
README.md Adding read-only mirror link. 2021-09-07 13:54:14 -07:00

Purpose

This directory contains mips-only code, targeting the PSX CPU. It contains various tests and rewrites.

Submodule

This directory is available as a read-only mirror that repositories can use as a submodule without pulling the rest of PCSX-Redux.

License

While the rest of PCSX-Redux is based off the old GPL pcsx code, and requires to stay this way, this subdirectory is fully independent code that doesn't link against the rest of the project. Therefore, this subdirectory is covered by the MIT license, and can be used independently from the rest of the project.