pcsx2/pcsx2-gsrunner
Stenzek f240660a6e CMake: Post-WX cleanup
- Remove unused build options

 - Disable setcap by default
    Applications should not need to call sudo as part of the build process.

 - Rename XDG_STD to USE_LEGACY_USER_DIRECTORY
    By default, we use ~/.config/PCSX2 now.

 - Default Wayland support to on
    I don't think there's any systems worth supporting that don't have it.

 - Rework "install" logic
    Linux no longer installs to GIT_ROOT/bin, it builds direct to BUILD/bin.
    Saves a file copy, and running make install before running your developer
    build was always silly.

 - Don't require install target to build appimage
    AppImage creator now just adds the entire bin directory as-is.
    Everything needed is in there.
2023-01-02 14:13:42 +00:00
..
CMakeLists.txt GSRunner: Add standalone GS runner/dumper 2022-10-20 19:43:29 +01:00
Main.cpp GSRunner: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
pcsx2-gsrunner.vcxproj CMake: Post-WX cleanup 2023-01-02 14:13:42 +00:00
pcsx2-gsrunner.vcxproj.filters GSRunner: Add standalone GS runner/dumper 2022-10-20 19:43:29 +01:00
test_check_dumps.py formatter: apply editorconig into various files 2022-11-25 22:41:00 +00:00
test_run_dumps.py GSRunner: Write log and disable cache in parallel runs 2022-10-22 23:19:54 +01:00