Commit Graph

16 Commits (downsampling)

Author SHA1 Message Date
Stenzek 9cd9042563
CMake: Fix RISC-V building with LLVM 2 months ago
Stenzek a08bd43000
CMake: Fix incorrect message for cache line size 2 months ago
Stenzek 26b6c704f0
MemMap: Support dynamic page size selection
i.e. 4K to 16K on ARM64.
5 months ago
Stenzek b971125469
MSBuild: Support creating legacy SSE2 builds 5 months ago
Stenzek bfc914aaa9
CMake: Add DISABLE_SSE4 option
NOT recommended. Only if you ABSOLUTELY need it.

The SSE2/legacy build will be a separate download option, and
warn you if you try to run it on a CPU that supports SSE4.
5 months ago
Stenzek d67b826033
CI/Flatpak: Improve install behaviour
Use "standard" install path.
5 months ago
Stenzek 72fc81a705
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
7 months ago
Stenzek 2e2451998c
Misc: Fix ARM32 build (again) 7 months ago
Stenzek d862043f1d
CMake: Fill version in bundle info plist 7 months ago
Stenzek f5cc70923b
CMake: Fix typo in Mac CMAKE_CXX_FLAGS 8 months ago
Stenzek e59e93696b
CMake: Fix warning building with MSVC 8 months ago
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
8 months ago
Stenzek 88ace6e4ae
CMake: Detect cache line size dynamically on AArch64 Linux 10 months ago
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
10 months ago
Stenzek 4a70164dac
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
1 year ago
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 1 year ago