-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes softlight shine to be more obvious, fixes aspect ratio & bord…
…er glitch
- Loading branch information
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
shaders = 2 | ||
shader0 = ../handheld/shaders/retro-v2.glsl | ||
shader1 = shaders/blendsoftlight/blendsoftlight.glsl | ||
|
||
|
||
|
||
textures = "overlay" | ||
# change this path to point to your overlay image | ||
overlay = shaders/blendsoftlight/shine_subtle.png | ||
OverlayMix = 1.0 | ||
|
||
scale_type0 = source | ||
scale0 = 4 | ||
|
||
filter_linear0 = false | ||
filter_linear1 = true | ||
|
||
parameters = "RETRO_PIXEL_SIZE" | ||
# set these to the width/height of your overlay image | ||
SCALE = "1.0" | ||
RETRO_PIXEL_SIZE = "0.70" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.