Commit Graph

191 Commits (36ebaf87a7a1e69fe872b880923c7f481b81970c)

Author SHA1 Message Date
Stenzek ba0390f6e0
System: Fix patch settings not clearing on game change
Also the redundant memory card notification when loading state.
1 month ago
Stenzek 47fe487c2e
README: Add migration instructions for Flatpak->AppImage 3 months ago
Stenzek e19817c7f9
README: Fix typo 5 months ago
Stenzek 233c342d68
README: Recommend AppImage over Flatpak
Tired of Flathub's infrastructure randomly failing builds, and portal
paths being invalidated every update.

Does anyone actually use this?
5 months ago
Davide Pesavento 2326fc20d1
README: Fix typo (#3437) 5 months ago
Stenzek 2bd9e5fbb1
README: Add link to old releases repository
Apparently I forgot to do this when I created it back in Feb...

I can't be bothered to rearchitecture the automatic updater so it
doesn't have the silly 30 tag limit that GitHub imposes on its API
requests by default.
7 months ago
Stenzek 4ead87d191
README: Mention ARM32/ARM64 AppImage builds 7 months ago
Stenzek 7fcf0a3283
README: Update feature list for 2025 9 months ago
Stenzek 080807e557
CDROM: Move subchannel replacement from CDImage
This will allow you to use SBI/LSD files with real discs, if your
drive does not support reading subchannels, or has an incorrect
skew.
1 year ago
Stenzek 2aea06526c
README: Mention chtdb 1 year ago
Stenzek 0ae4461fc3
README: Mention SSE2 builds and texture replacement 1 year ago
Stenzek 7d8ae9aa11
Packaging: Add SPEC and PKGBUILD 1 year ago
Stenzek 20b4581bbe
Settings: Remove second source of truth for OSD notifications
And split it into warnings/messages. Warnings are always displayed
regardless of the "Show OSD Messages" setting, because they're critical
and users forget they disable messages.
1 year ago
Stenzek 8274042bb1
CI/AppImage: Build shrunk ffmpeg for media capture 1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek 873b540b82
Deps: Switch to libjpeg-turbo 1 year ago
Stenzek 1e8ca51f44
Update README.md 1 year ago
Stenzek e8693ed10f
README: Various corrections/updates 1 year ago
Connor McLaughlin 97e555a47d
README: Update link to last non-SSE4.1 build 1 year ago
Stenzek 82b5772d27
Deps: Move build scripts/patches into own directory 1 year ago
Stenzek e16f2c4dab
README: Mention SSE4.1 requirement 1 year ago
Benjamin Mugnier 46ceb999fb
Fix README.md Linux build instructions (#3214)
Fix wrong build-dependencies-linux.sh path.
Change ninja build folder to reflect cmake folder.
1 year ago
Stenzek 0e2204e928
README: Add link to Flathub 1 year ago
Stenzek 7ea7d3b92a
README: Add Ubuntu/Debian package list 2 years ago
Stenzek 04f9731ee0
README: Update Linux build instructions 2 years ago
Stenzek 69f79c3a4f
Deps: Speed up shaderc build
Mainly for flatpak...
2 years ago
Connor McLaughlin 26979f5569
Docs: Add Fedora package names to README.md 2 years ago
Stenzek 3d84da0ddd
Docs: Update README.md 2 years ago
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 2 years ago
Connor McLaughlin dd5e4e5924
Update README.md 2 years ago
Stenzek eeebfce79b
Update README.md 2 years ago
Stenzek 1d0c870494
CMake: Bump dep version requirement 2 years ago
Connor McLaughlin 2df88e79fe
Update README.md 2 years ago
Stenzek 5ff5891336
Update README.md 2 years ago
Stenzek 8afccdd590 Update README.md 2 years ago
Connor McLaughlin d7014e78d5
Update README.md 2 years ago
Stenzek 30fdffae03 Updater: Mac support 2 years ago
Connor McLaughlin cfd1d41ced Update README.md 2 years ago
Stenzek 4588f9ee9f CI: Build Flatpak 2 years ago
Stenzek 8a40c7bf94 PostProcessing: Add ReShade .fx shader support 2 years ago
Stenzek 9a0afd66fa README: Recommend Metal renderer for MacOS 2 years ago
Stenzek 827446b27f Build: Switch to Qt 6.5.0 on Windows 2 years ago
Connor McLaughlin eb77894315
Update README.md 3 years ago
CharlesThobe fe6913105d README: Update Linux dependencies 3 years ago
Stenzek 14cf865905 Misc: Correctness fixes for OpenGL
GLES2 fallback should be functional again.
3 years ago
Connor McLaughlin 7bbacd2392 Misc: Remove unused code 3 years ago
Connor McLaughlin 4652c5faf1
Update README.md 3 years ago
Connor McLaughlin 8b61fb8b58
README: Update VC runtime links to VS2022 4 years ago
Connor McLaughlin 859a156b3c Various build fixes 4 years ago
Hugo Locurcio 2c1ee9372b
Improve macOS and Linux build instructions
- Use CMake's `-B` option to automatically create the build folder
  and avoid the `cd` requirement.
- Use CMake's build tool-agnostic `--build` option to use the same
  build command regardless of whether GNU Make or Ninja is used.
  `--parallel` also ensures that all CPU threads are used by default.
- Mention optional dependency on Ninja for macOS (it's confirmed to work
  there, installed from Homebrew).
- Update Qt macOS path to use the default installation path on a modern
  Homebrew installation. The old path is still mentioned just in case.
- Mention that the generated macOS application bundle may have to be
  manually resigned before it can be run.

The macOS build steps were successfully followed on a 2020 Mac mini
(Apple M1).
4 years ago