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