mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
rpcsx-gpu2 -> rpcsx-gpu
This commit is contained in:
parent
b80a70f176
commit
d9415d8ae5
|
|
@ -59,7 +59,7 @@ add_subdirectory(tools)
|
||||||
add_subdirectory(orbis-kernel)
|
add_subdirectory(orbis-kernel)
|
||||||
add_subdirectory(rpcsx-os)
|
add_subdirectory(rpcsx-os)
|
||||||
add_subdirectory(rpcsx-gpu-legacy)
|
add_subdirectory(rpcsx-gpu-legacy)
|
||||||
add_subdirectory(rpcsx-gpu2)
|
add_subdirectory(rpcsx-gpu)
|
||||||
add_subdirectory(hw/amdgpu)
|
add_subdirectory(hw/amdgpu)
|
||||||
add_subdirectory(rx)
|
add_subdirectory(rx)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ add_precompiled_vulkan_spirv(rpcsx-gpu-shaders
|
||||||
shaders/rect_list.geom.glsl
|
shaders/rect_list.geom.glsl
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(rpcsx-gpu2
|
add_executable(rpcsx-gpu
|
||||||
Cache.cpp
|
Cache.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
Device.cpp
|
Device.cpp
|
||||||
|
|
@ -18,7 +18,7 @@ add_executable(rpcsx-gpu2
|
||||||
Renderer.cpp
|
Renderer.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(rpcsx-gpu2
|
target_link_libraries(rpcsx-gpu
|
||||||
PUBLIC
|
PUBLIC
|
||||||
rpcsx-gpu-shaders
|
rpcsx-gpu-shaders
|
||||||
amdgpu::bridge
|
amdgpu::bridge
|
||||||
|
|
@ -32,7 +32,7 @@ PUBLIC
|
||||||
gnm
|
gnm
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS rpcsx-gpu2 RUNTIME DESTINATION bin)
|
install(TARGETS rpcsx-gpu RUNTIME DESTINATION bin)
|
||||||
set_target_properties(rpcsx-gpu2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
set_target_properties(rpcsx-gpu PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||||
target_base_address(rpcsx-gpu2 0x0000060000000000)
|
target_base_address(rpcsx-gpu 0x0000060000000000)
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue