Skip to content

Commit

Permalink
fix rpcsx-gpu base address
Browse files Browse the repository at this point in the history
Thanks to abouvier for finding
  • Loading branch information
DHrpcs3 committed Sep 29, 2024
1 parent c52726d commit 424ce5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpcsx-gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ add_executable(rpcsx-gpu
target_include_directories(rpcsx-gpu PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(rpcsx-gpu PUBLIC amdgpu::bridge amdgpu::device glfw Vulkan::Vulkan rx)
set_target_properties(rpcsx-gpu PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
target_base_address(rpcsx-os 0x0000060000000000)
target_base_address(rpcsx-gpu 0x0000060000000000)
install(TARGETS rpcsx-gpu RUNTIME DESTINATION bin)
2 changes: 1 addition & 1 deletion rpcsx-gpu2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ PUBLIC

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)
add_subdirectory(lib)

0 comments on commit 424ce5c

Please sign in to comment.