mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #81] [MERGED] Modules generation tool #1273
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/81
Author: @georgemoralis
Created: 2/22/2024
Status: ✅ Merged
Merged: 2/24/2024
Merged by: @georgemoralis
Base:
main← Head:gentool📝 Commits (10+)
8636023Modules generation toolc7693f7apply clang format to generator3a6dec3@whereismyfoodat suggestions0df6dfbMerge branch 'main' into gentoold137abeMerge branch 'main' into gentoola3d88a3added reuse headers8447f3ereuse part24ebd164reuse part397ccf98reuse part35303d20replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id📊 Changes
24 files changed (+46845 additions, -2 deletions)
View changed files
📝
.gitmodules(+4 -0)📝
CMakeLists.txt(+6 -0)➕
externals/ps4libdoc(+1 -0)📝
src/core/hle/libraries/libs.h(+5 -2)➕
src/core/libraries/error_codes.h(+8 -0)➕
src/core/libraries/library_common.h(+6 -0)➕
src/core/libraries/libscegnmdriver.cpp(+1738 -0)➕
src/core/libraries/libscegnmdriver.h(+263 -0)➕
tools/ModuleGenerator/.clang-format(+91 -0)➕
tools/ModuleGenerator/CMakeLists.txt(+23 -0)➕
tools/ModuleGenerator/json.hpp(+24596 -0)➕
tools/ModuleGenerator/libraries/libkernel.cpp(+7646 -0)➕
tools/ModuleGenerator/libraries/libkernel.h(+1061 -0)➕
tools/ModuleGenerator/libraries/libscegnmdriver.cpp(+1774 -0)➕
tools/ModuleGenerator/libraries/libscegnmdriver.h(+263 -0)➕
tools/ModuleGenerator/libraries/libscepad.cpp(+658 -0)➕
tools/ModuleGenerator/libraries/libscepad.h(+104 -0)➕
tools/ModuleGenerator/libraries/libscesystemservice.cpp(+3304 -0)➕
tools/ModuleGenerator/libraries/libscesystemservice.h(+481 -0)➕
tools/ModuleGenerator/libraries/libsceuserservice.cpp(+2978 -0)...and 4 more files
📄 Description
This tool is for producing dummy modules for shadps4 from ps4libdoc (we use fw 9.0 docs)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.