Skip to content

Commit

Permalink
rpcsx-gpu -> rpcsx-gpu-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Oct 1, 2024
1 parent dcc4943 commit b80a70f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add_subdirectory(tools)

add_subdirectory(orbis-kernel)
add_subdirectory(rpcsx-os)
add_subdirectory(rpcsx-gpu)
add_subdirectory(rpcsx-gpu-legacy)
add_subdirectory(rpcsx-gpu2)
add_subdirectory(hw/amdgpu)
add_subdirectory(rx)
Expand Down
12 changes: 12 additions & 0 deletions rpcsx-gpu-legacy/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
find_package(Vulkan 1.3 REQUIRED)
find_package(glfw3 3.3 REQUIRED)

add_executable(rpcsx-gpu-legacy
main.cpp
)

target_include_directories(rpcsx-gpu-legacy PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(rpcsx-gpu-legacy PUBLIC amdgpu::bridge amdgpu::device glfw Vulkan::Vulkan rx)
set_target_properties(rpcsx-gpu-legacy PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
target_base_address(rpcsx-gpu-legacy 0x0000060000000000)
install(TARGETS rpcsx-gpu-legacy RUNTIME DESTINATION bin)
File renamed without changes.
12 changes: 0 additions & 12 deletions rpcsx-gpu/CMakeLists.txt

This file was deleted.

0 comments on commit b80a70f

Please sign in to comment.