mirror of
https://github.com/KytyPS5/KytyPS5.git
synced 2026-08-19 06:52:36 +00:00
add website/compatibility db
This commit is contained in:
@@ -31,6 +31,9 @@ macOS support is experimental. The emulator is built for x86-64 and runs on Appl
|
||||
Rosetta 2, with Vulkan provided by MoltenVK. A small number of titles have been verified in-game
|
||||
on Apple Silicon hardware; see [Building on macOS](#building-on-macos).
|
||||
|
||||
Community game test results are available in the
|
||||
[KytyPS5 Compatibility List](https://kytyps5.github.io/).
|
||||
|
||||
## Bugs and Issues
|
||||
|
||||
The project is in an early stage, so please be mindful when opening new issues. Expect crashes,
|
||||
|
||||
@@ -21,11 +21,10 @@
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr char FILE_NAME[] = "compatibility_db.json";
|
||||
constexpr char URL[] =
|
||||
"https://github.com/Nmzik/KytyPS5/releases/download/compat-db/compatibility_db.json";
|
||||
constexpr int RETRY_COUNT = 3;
|
||||
constexpr int RETRY_DELAY_MS = 750;
|
||||
constexpr char FILE_NAME[] = "compatibility_db.json";
|
||||
constexpr char URL[] = "https://kytyps5.github.io/data/compatibility.json";
|
||||
constexpr int RETRY_COUNT = 3;
|
||||
constexpr int RETRY_DELAY_MS = 750;
|
||||
|
||||
struct LoadResult {
|
||||
QMap<QString, CompatibilityEntry> entries;
|
||||
|
||||
Reference in New Issue
Block a user