This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
rpcs3
Watch
1
Star
0
Fork
You've already forked rpcs3
0
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2026-01-06 08:40:21 +01:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
dcd7f442fa
rpcs3
/
Vulkan
/
CMakeLists.txt
4 lines
70 B
CMake
Raw
Normal View
History
Unescape
Escape
Update Vulkan submodules Temporarily disabled Vulkan build for Linux
2016-07-11 16:26:47 +02:00
if
(
WIN32
AND
NOT
VULKAN_PREBUILT
)
LLVM AOT
2016-06-07 22:24:20 +02:00
add_subdirectory
(
glslang
)
Optimizations (#1680) * Optimizations 1) Some headers simplified for better compilation time 2) Some templates simplified for smaller executable size 3) Eliminate std::future to fix compilation for mingw64 4) PKG installation can be cancelled now 5) cellGame fixes 6) XAudio2 fix for mingw64 7) PPUInterpreter bug fixed (Clang) * any_pod<> implemented Aliases: any16, any32, any64 rsx::make_command fixed
2016-04-25 12:49:12 +02:00
endif
(
)
Reference in a new issue
Copy permalink