First Commit

This commit is contained in:
2025-11-18 14:21:57 -07:00
parent 7cabb4eb27
commit 36570861fc
12 changed files with 158 additions and 0 deletions

12
debian/patches/fix-test-files.patch vendored Normal file
View File

@@ -0,0 +1,12 @@
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()