Compare commits

..

2 commits

Author SHA1 Message Date
squidbus
d739f3b35d Add support for macOS. 2025-08-03 08:21:33 -07:00
ĐeäTh
ada0db62dc
Fix compilation errors on latest Windows (#1636)
Some checks failed
validate-internal / build (push) Has been cancelled
2025-07-24 16:07:10 +03:00
6 changed files with 9 additions and 6 deletions

4
.gitmodules vendored
View file

@ -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

View file

@ -410,7 +410,8 @@ if (WIN32)
ntdll
Shcore
Synchronization
winmm
winmm
windowsapp
)
endif()

View file

@ -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);

View file

@ -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