mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
added configuration class
This commit is contained in:
parent
6a5308d521
commit
a0ab3dbc0c
8 changed files with 86 additions and 6 deletions
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
|
@ -31,6 +31,8 @@ add_subdirectory(${zydis_DIR})
|
|||
add_subdirectory(winpthread)
|
||||
#=================== discord-rpc ===================
|
||||
add_subdirectory(discord-rpc)
|
||||
#=================== toml11 ===================
|
||||
add_subdirectory(toml11)
|
||||
#=================== IMGUI ===================
|
||||
|
||||
set(IMGUI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/imgui)
|
||||
|
|
1
third-party/toml11
vendored
Submodule
1
third-party/toml11
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 087408a8fbc8983d8c590eee9d3541400dfa34d9
|
Loading…
Add table
Add a link
Reference in a new issue