Commit Graph
209 Commits
Author SHA1 Message Date
Connor McLaughlin 69b10bb0ae README: Update VC runtime link 2026-04-10 21:18:13 +10:00
Stenzek 0eadf1456d CMake: Report CFLAGS in summary 2026-02-25 16:16:58 +10:00
Stenzek 9834234a59 README: Update build instructions 2026-02-25 15:47:27 +10:00
Stenzek 5b23956ef6 README: Add mention of CCD images 2026-02-24 22:46:11 +10:00
Stenzek 0094344360 README: Add links/instructions to Windows installer 2026-02-02 16:31:55 +10:00
Connor McLaughlin fcd3f972c1 README: Update resource overrides section
Replace with a link to the wiki page.
2026-02-01 14:16:59 +10:00
Stenzek ce5b358d25 README: Update Mac installation instructions 2026-01-19 23:37:10 +10:00
Stenzek 06897cd733 Qt: Move windows data location from Documents to AppData
OneDrive shenanigans, Windows Defender preventing access, the list of
issues goes on.

Existing setups with a DuckStation directory in Documents will continue
to use Documents. New installs will use AppData\Local.
2026-01-19 23:18:54 +10:00
Stenzek 7d95949e87 README: Update deps list 2026-01-10 15:29:27 +10:00
Davide Pesavento d7b2f2d5f7 README: Update minimum macOS version (#3673) 2026-01-02 18:59:51 +10:00
Stenzek a584a5a5ae CI: Set MacOS deployment target to 13.3
Required for std::to_chars() with floating-point types.
2025-12-31 18:18:37 +10:00
Stenzek 88ca6cf40a README: Add instructions for resource overrides 2025-12-24 01:51:45 +10:00
Stenzek b4b05ed07a README: Remove non-functional link
Been paying hundreds of dollars for hosting for the last few years, and
with no immediate plans to push a new Android release, it does not make
sense for me to keep paying for it, especially since I make $0 off
DuckStation.

(it's been non-functional for a few weeks, apparently it took until now
for someone else to notice, which kinda shows how little use it was
getting)

If there's significant demand, then I may re-consider.
2025-12-03 20:49:11 +10:00
Stenzek 267e81f470 README: Remove compatibility list link
Hasn't been updated in years, isn't providing any value anymore as most
games work fine.
2025-11-24 22:14:41 +10:00
Stenzek df547195ae README: Bump VS version requirement to 2026 2025-11-13 23:45:00 +10:00
Stenzek 4ec6752fe7 GPUPresenter: Handle padding for unscaled/slang input 2025-11-02 16:30:20 +10:00
Stenzek d82ae473a4 CI: Bump minimum macOS version to 13.0
Qt's minimum is 13, and I don't particularly feel like debugging issues
created if I work around it for an OS that hasn't been supported in over
a year.
2025-10-29 21:34:32 +10:00
Stenzek 41b8f2bf77 CI: Remove Flatpak builds
Now they're getting random timeouts updating the SDKs, just tired of it.

The workflow to publish is still in the tree, but I haven't updated
Flathub in months, and it's arguably kinda pointless since the Flatpak
is literally just a wrapper of the AppImage now...

So, still undecided what to do about that. If you are using it, please
let me know, because in the months that it's been deprecated only a
couple of people mentioned that they were using it. Therefore, as best I
can tell there's basically no userbase.
2025-10-16 16:00:18 +10:00
Stenzek ba0390f6e0 System: Fix patch settings not clearing on game change
Also the redundant memory card notification when loading state.
2025-09-22 15:32:03 +10:00
Stenzek 47fe487c2e README: Add migration instructions for Flatpak->AppImage 2025-07-26 17:36:50 +10:00
Stenzek e19817c7f9 README: Fix typo 2025-06-14 13:42:02 +10:00
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?
2025-06-14 13:37:27 +10:00
Davide Pesavento 2326fc20d1 README: Fix typo (#3437) 2025-06-08 12:03:25 +10:00
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.
2025-04-06 23:28:55 +10:00
Stenzek 4ead87d191 README: Mention ARM32/ARM64 AppImage builds 2025-04-05 21:54:40 +10:00
Stenzek 7fcf0a3283 README: Update feature list for 2025 2025-01-18 22:59:48 +10:00
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.
2024-10-25 15:35:12 +10:00
Stenzek 2aea06526c README: Mention chtdb 2024-10-19 01:13:32 +10:00
Stenzek 0ae4461fc3 README: Mention SSE2 builds and texture replacement 2024-10-05 13:06:22 +10:00
Stenzek 7d8ae9aa11 Packaging: Add SPEC and PKGBUILD 2024-09-28 22:07:14 +10:00
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.
2024-09-10 22:10:42 +10:00
Stenzek 8274042bb1 CI/AppImage: Build shrunk ffmpeg for media capture 2024-09-02 21:55:27 +10:00
Stenzek 7f4e5d55db Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
Stenzek 873b540b82 Deps: Switch to libjpeg-turbo 2024-08-24 18:08:15 +10:00
Stenzek 1e8ca51f44 Update README.md 2024-08-19 01:46:01 +10:00
Stenzek e8693ed10f README: Various corrections/updates 2024-08-12 17:09:56 +10:00
Connor McLaughlin 97e555a47d README: Update link to last non-SSE4.1 build 2024-07-13 13:30:27 +10:00
Stenzek 82b5772d27 Deps: Move build scripts/patches into own directory 2024-07-04 15:52:32 +10:00
Stenzek e16f2c4dab README: Mention SSE4.1 requirement 2024-07-03 00:24:13 +10:00
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.
2024-05-27 11:47:07 +10:00
Stenzek 0e2204e928 README: Add link to Flathub 2024-05-14 15:56:18 +10:00
Stenzek 7ea7d3b92a README: Add Ubuntu/Debian package list 2024-04-25 17:32:48 +10:00
Stenzek 04f9731ee0 README: Update Linux build instructions 2024-04-20 19:09:48 +10:00
Stenzek 69f79c3a4f Deps: Speed up shaderc build
Mainly for flatpak...
2024-04-06 00:12:16 +10:00
Connor McLaughlin 26979f5569 Docs: Add Fedora package names to README.md 2024-04-05 17:57:31 +10:00
Stenzek 3d84da0ddd Docs: Update README.md 2024-04-05 17:23:28 +10:00
Stenzek c2c3eac749 Build: Use shared webp/zstd/zlib 2024-02-03 19:41:56 +10:00
Connor McLaughlin dd5e4e5924 Update README.md 2023-12-26 16:12:58 +10:00
Stenzek eeebfce79b Update README.md 2023-11-25 22:14:26 +10:00
Stenzek 1d0c870494 CMake: Bump dep version requirement 2023-11-18 17:17:29 +10:00