Skip to content

Commit

Permalink
rpcsx-gpu2 -> rpcsx-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Oct 1, 2024
1 parent b80a70f commit d9415d8
Show file tree
Hide file tree
Showing 128 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add_subdirectory(tools)
add_subdirectory(orbis-kernel)
add_subdirectory(rpcsx-os)
add_subdirectory(rpcsx-gpu-legacy)
add_subdirectory(rpcsx-gpu2)
add_subdirectory(rpcsx-gpu)
add_subdirectory(hw/amdgpu)
add_subdirectory(rx)

Expand Down
10 changes: 5 additions & 5 deletions rpcsx-gpu2/CMakeLists.txt → rpcsx-gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_precompiled_vulkan_spirv(rpcsx-gpu-shaders
shaders/rect_list.geom.glsl
)

add_executable(rpcsx-gpu2
add_executable(rpcsx-gpu
Cache.cpp
main.cpp
Device.cpp
Expand All @@ -18,7 +18,7 @@ add_executable(rpcsx-gpu2
Renderer.cpp
)

target_link_libraries(rpcsx-gpu2
target_link_libraries(rpcsx-gpu
PUBLIC
rpcsx-gpu-shaders
amdgpu::bridge
Expand All @@ -32,7 +32,7 @@ PUBLIC
gnm
)

install(TARGETS rpcsx-gpu2 RUNTIME DESTINATION bin)
set_target_properties(rpcsx-gpu2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
target_base_address(rpcsx-gpu2 0x0000060000000000)
install(TARGETS rpcsx-gpu RUNTIME DESTINATION bin)
set_target_properties(rpcsx-gpu PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
target_base_address(rpcsx-gpu 0x0000060000000000)
add_subdirectory(lib)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9415d8

Please sign in to comment.