Update README.md
This commit is contained in:
parent
83db685376
commit
aa3ce14ef3
|
@ -13,6 +13,7 @@ A "BIOS" ROM image is required to to start the emulator and to play games. You c
|
|||
|
||||
## Latest News
|
||||
|
||||
- 2020/11/18: Window size (resize window to Nx content resolution) added to Qt and SDL frontends.
|
||||
- 2020/11/10: Widescreen hack now renders in the display aspect ratio instead of always 16:9.
|
||||
- 2020/11/01: Exclusive fullscreen option added for Windows D3D11 users. Enjoy buttery smooth PAL games.
|
||||
- 2020/10/31: Multisample antialiasing added as an enhancement.
|
||||
|
@ -97,7 +98,7 @@ To download:
|
|||
Once downloaded and extracted, you can launch the Qt frontend from `duckstation-qt-x64-ReleaseLTCG.exe`, or the SDL frontend from `duckstation-sdl-x64-ReleaseLTCG.exe`.
|
||||
To set up:
|
||||
1. Either configure the path to a BIOS image in the settings, or copy one or more PlayStation BIOS images to the bios/ subdirectory. On Windows, by default this will be located in `C:\Users\YOUR_USERNAME\Documents\DuckStation\bios`. If you don't want to use the Documents directory to save the BIOS/memory cards/etc, you can use portable mode. See [User directory](#user-directories).
|
||||
2. If using the SDL frontend, add the directories containing your disc images by clicking `Settings->Add Game Directory`.
|
||||
2. If using the Qt frontend, add the directories containing your disc images by clicking `Settings->Add Game Directory`.
|
||||
2. Select a game from the list, or open a disc image file and enjoy.
|
||||
|
||||
**If you get an error about `vcruntime140_1.dll` being missing, you will need to update your Visual C++ runtime.** You can do that from this page: https://support.microsoft.com/en-au/help/2977003/the-latest-supported-visual-c-downloads. Specifically, you want the x64 runtime, which can be downloaded from https://aka.ms/vs/16/release/vc_redist.x64.exe.
|
||||
|
|
Loading…
Reference in New Issue