mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Compare commits
2 commits
5d3ab002ff
...
d739f3b35d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d739f3b35d | ||
|
|
ada0db62dc |
6 changed files with 9 additions and 6 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,12 +1,12 @@
|
|||
[submodule "tools/XenonRecomp"]
|
||||
path = tools/XenonRecomp
|
||||
url = https://github.com/squidbus/XenonRecomp.git
|
||||
url = https://github.com/hedge-dev/XenonRecomp.git
|
||||
[submodule "thirdparty/ddspp"]
|
||||
path = thirdparty/ddspp
|
||||
url = https://github.com/redorav/ddspp.git
|
||||
[submodule "tools/XenosRecomp"]
|
||||
path = tools/XenosRecomp
|
||||
url = https://github.com/squidbus/XenosRecomp.git
|
||||
url = https://github.com/hedge-dev/XenosRecomp.git
|
||||
[submodule "UnleashedRecompResources"]
|
||||
path = UnleashedRecompResources
|
||||
url = https://github.com/hedge-dev/UnleashedRecompResources.git
|
||||
|
|
|
|||
|
|
@ -410,7 +410,8 @@ if (WIN32)
|
|||
ntdll
|
||||
Shcore
|
||||
Synchronization
|
||||
winmm
|
||||
winmm
|
||||
windowsapp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ static void* GuestThreadFunc(void* arg)
|
|||
{
|
||||
GuestThreadHandle* hThread = (GuestThreadHandle*)arg;
|
||||
#else
|
||||
static void* GuestThreadFunc(GuestThreadHandle* hThread)
|
||||
static void GuestThreadFunc(GuestThreadHandle* hThread)
|
||||
{
|
||||
#endif
|
||||
hThread->suspended.wait(true);
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ add_custom_command(
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/private/default.xex"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/private/default.xexp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/config/SWA.toml"
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
|
|
@ -71,6 +72,7 @@ add_custom_command(
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/private/shader_decompressed.ar"
|
||||
${XENOS_RECOMP_SOURCES}
|
||||
${XENOS_RECOMP_INCLUDE}
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
add_library(UnleashedRecompLib
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c6adcff4a5a74e7120cf1b3fc741ace84beb677
|
||||
Subproject commit c5bfd90d87f2ed0db8cff5c19ea3aff0e161e527
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c961d288f2c7f8b9925d1232671cf602c2230805
|
||||
Subproject commit 990d03b28a27b50277ee5d8d942e1c5f873869d1
|
||||
Loading…
Add table
Reference in a new issue