mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-22 14:28:57 +02:00
fixes 4 stuff
This commit is contained in:
parent
a034d7a8c2
commit
87228ddc94
4 changed files with 7 additions and 11 deletions
|
|
@ -35,7 +35,7 @@ target_link_libraries(yuzu-cmd PRIVATE glad)
|
|||
if (MSVC)
|
||||
target_link_libraries(yuzu-cmd PRIVATE getopt)
|
||||
elseif(PLATFORM_PS4)
|
||||
target_link_libraries(yuzu-cmd PRIVATE SceVideoOut SceAudioOut ScePad)
|
||||
target_link_libraries(yuzu-cmd PRIVATE SceVideoOut SceAudioOut ScePad SceSystemService)
|
||||
endif()
|
||||
target_link_libraries(yuzu-cmd PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue