-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDuckStation.yml
33 lines (33 loc) · 959 Bytes
/
DuckStation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: nightly
description: DuckStation. Fast PlayStation 1 emulator
homepage: https://github.com/stenzek/duckstation
license:
identifier: GPL-3.0-only
url: https://github.com/stenzek/duckstation/blob/master/LICENSE
suggest:
vcredist: vcredist2019
architecture:
64bit:
url: https://github.com/stenzek/duckstation/releases/download/latest/duckstation-windows-x64-release.zip
shortcuts:
- - duckstation-sdl-x64-ReleaseLTCG.exe
- DuckStation (SDL)
- - duckstation-qt-x64-ReleaseLTCG.exe
- DuckStation (Qt)
pre_install: |
Out-UTF8File "$dir\portable.txt" ''
Test-Persistence 'settings.ini' '[Main]', 'SettingsVersion = 3', '', '[AutoUpdater]', 'CheckAtStartup = false'
persist:
- bios
- cache
- cheats
- covers
- dump
- memcards
- savestates
- screenshots
- settings.ini
autoupdate:
architecture:
64bit:
url: https://github.com/stenzek/duckstation/releases/download/latest/duckstation-windows-x64-release.zip