pcsx-redux/src
2024-05-09 04:32:18 +00:00
..
cdrom Updating magic enum. 2024-03-01 20:49:25 -08:00
core [Chores] Format code 2024-05-09 04:32:18 +00:00
forced-includes Changing IM_ASSERT to throw instead of calling assert. 2021-08-14 23:58:13 -07:00
gpu/soft Fixing 16-bits textured triangles 2024-01-28 08:11:47 -08:00
gui Merge pull request #1647 from Giragast/memory_editor_export 2024-04-27 19:52:57 -07:00
lua [Chores] Format code 2024-02-24 02:50:51 +00:00
main Fixing various utf-8 issues + path to binary lookup. 2024-03-27 06:42:07 -07:00
mips [Chores] Format code 2024-05-09 04:32:18 +00:00
spu [Chores] Format code 2024-04-02 01:42:23 +00:00
support allow version info file without updateInfo 2024-04-01 00:48:48 +02:00
supportpsx Making raw files generated by ps1-packer fully PIC 2024-03-28 21:36:07 -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.