Marcin Mikołajczyk 00d5d489c0 Nptus (#9)
* Update README

* added nptus
2026-01-30 06:23:17 +02:00
2024-03-22 15:22:56 +02:00
2026-01-30 06:23:17 +02:00
2024-03-22 15:22:56 +02:00
2025-01-13 21:36:00 +02:00
2024-03-22 15:22:56 +02:00
2024-03-22 15:22:56 +02:00
2024-03-22 15:22:56 +02:00
2024-03-22 15:24:28 +02:00
2026-01-30 06:23:17 +02:00
2026-01-30 06:23:17 +02:00

moduleGenerator

moduleGenerator for shadps4 project

To get started, clone the repository recursively:

git clone --recursive https://github.com/shadps4-emu/moduleGenerator.git

To build the project, run:

cmake -S . -B build/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
cmake --build ./build

If you want to make stubs for a library, add the library name to the main.cpp file

When adding new libraries to shadPS4:

  • Add any new files to CMakeLists.txt
  • Add a call to the library's RegisterLib in src/core/libraries/libs.cpp
  • Add the generated library's logging class to src/common/logging/filter.cpp and src/common/logging/types.h
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:30:43.859Z
Readme GPL-2.0 1.3 MiB
Languages
C++ 100%