forked from pool/rpcs3
- Update to 0.0.36~git20250503: * Fix crash in memory viewer launcher (#17152) * Logitech G27 cleanup * Qt: "Show in Memory Viewer" context action (#17131) * virtual Logitech G27 for Gran Turismo 6 (#17135) * CMake: try to fix gcc * Update FAudio to 25.05 * tests: Fix failing test and improve msvc setup * test: Add UTs for rsx::simple_array<T> * Disable WholeProgramOptimization for unit test * CI: Only run unit tests for pull requests * CI: Add windows unit tests * VS: improve unit test project setup * Add unit test for fmt::merge * Update libpng to 1.6.48 * Remove unused fmt::match function * Fix fmt::replace_all with empty from and add unit tests * Add submodule version check script * CMake: Disable unit tests in gcc * CMake: Use existing main for unit tests * Move spellcheck before build * CI: Add unit tests * VS: Remove unnecessary LinkIncremental to fix some warning * VS: Remove unnecessary moc_predefs file to fix a warning * Fix some warnings * VS: Enable ASLR in unit test * CMake: fix gcc build * CMake: move all rpcs3 cpp files to rpcs3qt * CMake: Run unit test during build if requested * CMake: Create unit test * CMake: Create static rpcs3_lib * Utils fixes for ASLR * Separate segment and function addresses in PPU LLVM * Disable SPU asmjit on ARM. Only supported on x86 * Don't make assumptions about address format * Enable ASLR * fmt: add some unit tests and fix fmt::trim * Add unit test project to VS * Update docker to 1.6 * Move main to main.cpp * Rename main.cpp to rpcs3.cpp * CI: Use variables for docker artifacts dir * Avoid checking out unused submodules * VS: fix relative 3rdparty paths * VS: remove some outdated keywords * github actions: disable pushes unless it's the RPCS3 master branch * Qt: Hex validator for address/instruction inputs (#17113) * vm_native.cpp: Fix possible weakness of map_self() * Fix sys_mmapper_unmap_shared_memory * vk: Prevent header internals from leaking * vk: Stop using internal defines to structure platform-specific code OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=177
13 lines
455 B
Diff
13 lines
455 B
Diff
diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt
|
|
index 727bee8..adb7f5c 100644
|
|
--- a/rpcs3/CMakeLists.txt
|
|
+++ b/rpcs3/CMakeLists.txt
|
|
@@ -181,8 +181,6 @@ if (NOT ANDROID)
|
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
|
|
install(DIRECTORY ../bin/GuiConfigs
|
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
|
|
- install(DIRECTORY ../bin/test
|
|
- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
|
|
endif()
|
|
endif()
|