pcsx-redux/src
2025-03-18 19:49:58 -07:00
..
cdrom Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
core Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
forced-includes Changing IM_ASSERT to throw instead of calling assert. 2021-08-14 23:58:13 -07:00
gpu/soft Fix tracy includes 2025-02-10 01:28:18 +03:30
gui Added Reload Disk Image option to file menu 2025-03-14 11:49:32 +01:00
lua Adding the ability to read slices from Lua. 2025-03-14 19:32:53 -07:00
main [Chores] Format code 2025-03-08 06:25:30 +00:00
mips Fixing crash in cube example. 2025-03-18 19:49:58 -07:00
spu Fixing ImGui ID collisions in the SPU debugger. 2025-01-09 21:22:07 -08:00
support Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
supportpsx Adding CD authoring tool. 2025-03-16 21:28:10 -07:00
.clang-format Formatting. 2018-12-21 03:07:45 +01:00
.editorconfig Initial code drop. 2018-12-11 22:45:42 -08:00
README.md First pass at a MIPS assembler. 2023-03-20 18:51:39 -07:00

  • cdrom - All things CD-Rom related, such as the ISO9660 filesystem parser, the iso parsers, and other related things.
  • core - The core of the emulator, such as the CPU, the memory, the BIOS, etc. Probably should be more split off.
  • gpu - The GPU emulation.
  • gui - All of the GUI code.
  • lua - The Lua support library, with wrappers for non-emulation related things.
  • main - The main entry point of the software, with the various wrappers for the different platforms.
  • mips - The MIPS library code, such as OpenBIOS, psyqo, etc.
  • spu - The SPU emulation.
  • support - Various generic support libraries, such as intrusive lists, file classes, etc.
  • supportpsx - Various support libraries, designed for the PSX, such as the MIPS assembler, etc.