Update index.md

This commit is contained in:
Matías Locatti 2024-01-09 15:40:10 -03:00 committed by GitHub
parent f4589915b7
commit 4ffa5dbab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,8 +245,8 @@ By properly using the `VK_FORMAT_R16G16B16A16_SFLOAT` format for the renderpass,
{{< single-title-imgs-compare
"From Cursed Triforce to proper Triangle of Death"
"./fxaabug.jpg"
"./fxaafix.jpg"
"./fxaabug.png"
"./fxaafix.png"
>}}
The Switch offers a JIT service (not to be confused with yuzus JIT, Dynarmic) that allows games to write to code memory during runtime — which wouldn't normally be possible due to the restrictions of the platform.