use vulkan_radeon

This commit is contained in:
lizzie
2026-08-31 00:11:31 +00:00
parent bc5cacdd16
commit 9031104538
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -9,13 +9,19 @@
asm volatile("ud2"); \
}
#define STUB_ZERO(name) \
extern "C" int name() { \
printf("called " #name " = ret zero"); \
return 0; \
}
extern "C" int __pthread_cxa_finalize();
extern "C" void __cxa_thread_atexit_impl() {
//printf("__cxa_thread_atexit_impl called!\n");
//__pthread_cxa_finalize();
}
STUB_WEAK(__assert)
STUB_WEAK(ZSTD_trace_compress_begin)
STUB_WEAK(ZSTD_trace_compress_end)
STUB_WEAK(ZSTD_trace_decompress_begin)
+2 -2
View File
@@ -78,8 +78,8 @@ endif()
if (OPENORBIS)
target_link_libraries(yuzu-cmd
PRIVATE OSMesa
PRIVATE SceVideoOut SceAudioOut ScePad SceSystemService
PRIVATE vulkan_radeon
PRIVATE SceVideoOut SceAudioOut ScePad SceSystemService SceGnmDriver
PRIVATE ps4sup)
create_ps4_eboot(yuzu-cmd eden-cli IV0000-BREW00090_00-EDENEMULAT000000)
endif()