Compare commits

..

1 commit

Author SHA1 Message Date
squidbus
5d3ab002ff Add support for macOS. 2025-05-16 16:53:42 -07:00
6 changed files with 6 additions and 9 deletions

4
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "tools/XenonRecomp"]
path = tools/XenonRecomp
url = https://github.com/hedge-dev/XenonRecomp.git
url = https://github.com/squidbus/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/hedge-dev/XenosRecomp.git
url = https://github.com/squidbus/XenosRecomp.git
[submodule "UnleashedRecompResources"]
path = UnleashedRecompResources
url = https://github.com/hedge-dev/UnleashedRecompResources.git

View file

@ -410,8 +410,7 @@ if (WIN32)
ntdll
Shcore
Synchronization
winmm
windowsapp
winmm
)
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,7 +35,6 @@ 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(
@ -72,7 +71,6 @@ 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 c5bfd90d87f2ed0db8cff5c19ea3aff0e161e527
Subproject commit 8c6adcff4a5a74e7120cf1b3fc741ace84beb677

@ -1 +1 @@
Subproject commit 990d03b28a27b50277ee5d8d942e1c5f873869d1
Subproject commit c961d288f2c7f8b9925d1232671cf602c2230805