Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dege-diosg authored Sep 29, 2020
1 parent 722d701 commit 924b486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Glide/DirectX implementation on D3D11/12
<li>You can force the resolution and even MSAA for both Glide and DirectX which can really improve the appearance of games with hardwired low-resolution support.</li>
<li>Support for hw/driver compatibility with some really old videocards like GF4 Ti4800 and ATI Radeon 8500 is also available for rare games needing that.</li>
<li>You can force windowed appearance and simple color-management and dithering (retro feeling) as postprocess effects.</li>
<li>For really old games running at their original low resolution you can upscale the image with various resampling filters like bicubic and lanczos. Or just simple pixel multiplication.</li>
<li>For really old games running at their original low resolution you can upscale the image with various resampling filters like bicubic and lanczos. Or just apply simple pixel multiplication.</li>
<li>You get a lot of configurable elements, either through the GUI CPL app or manually with a texteditor, if you know what you are doing.</li>
</ul>

Expand Down

0 comments on commit 924b486

Please sign in to comment.