pcsx-redux/src/mips
2025-03-17 06:20:13 +00:00
..
.github/workflows Auto-close PRs in nugget. 2021-05-30 22:05:25 -07:00
common [Chores] Format code 2025-03-17 06:20:13 +00: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 [Chores] Format code 2024-10-20 05:58:52 +00:00
doc Slightly better doc pages. 2022-10-28 21:36:41 -07:00
helloworld [Chores] Format code 2024-10-20 05:58:52 +00:00
lz4 Adding lz4 decompressor, tuned for mips. 2025-03-14 19:41:42 -07:00
modplayer Removing syscall usage in modplayer. 2024-10-01 06:56:55 -07:00
openbios Renaming readAligned to load32Aligned. 2025-03-10 17:41:46 -07:00
psyq Fix typo in inline_n.h 2025-03-07 03:24:36 +03:30
psyqo [Chores] Format code 2025-03-17 06:20:13 +00:00
psyqo-paths [Chores] Format code 2025-03-17 06:20:13 +00:00
scratchstack Adding example for switching stack on the fly to the scratchpad. 2024-10-02 20:55:18 -07:00
shell Renaming readAligned to load32Aligned. 2025-03-10 17:41:46 -07:00
tests Adding more dma tests. 2025-03-03 21:09:55 -08:00
ucl-demo [Chores] Format code 2025-03-17 06:20:13 +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
Doxyfile Trying to automate Doxygen website generation. 2025-01-11 23:36:57 -08: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 Add RAM_SIZE option to ps-exe.ld 2024-10-12 22:16:41 -04: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.