Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
40163650 authored Dec 21, 2021
1 parent c533725 commit e70bc66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ Required:
- In "SweetFX/SweetFX_Settings.txt" add the line `#define USE_FSR 1` after the use custom line
- In "SweetFX/Shaders/Main.h" add the following code after custom:

` /*-----------------------.
```
/*-----------------------.
| :: FSR :: |
'-----------------------*/
#if (USE_FSR == 1)
#include "SweetFX\Shaders\FSR.h"
#endif`
#endif
```

Optional:

Expand Down

0 comments on commit e70bc66

Please sign in to comment.