mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 20:35:01 +00:00
Modules generation tool (#81)
* Modules generation tool * apply clang format to generator * @whereismyfoodat suggestions * added reuse headers * reuse part2 * reuse part3 * reuse part3 * replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id * fixes in generation * some sample module code from autogen tool * clang format fix
This commit is contained in:
parent
d89653551e
commit
08aba86ca1
24 changed files with 46845 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -40,6 +40,10 @@
|
|||
path = third-party/xxHash
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
branch = dev
|
||||
[submodule "externals/ps4libdoc"]
|
||||
path = externals/ps4libdoc
|
||||
url = https://github.com/idc/ps4libdoc.git
|
||||
branch = 9.00
|
||||
[submodule "third-party/vulkan"]
|
||||
path = third-party/vulkan
|
||||
url = https://github.com/GPUCode/vulkan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue