-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new set of overlays: - GBA_REAL made by me: realistic and bright pixel grid overlays for GBA, with or without GBA logo - Perfect_CRT made by 1playerinsertcoin: realistic and bright CRT overlay with scanlines and phosphor effect without color deviation, with or without rounded frame For the Perfect_CRT one its author gave me its consent for this PR here: https://www.reddit.com/r/MiyooMini/comments/15gq899/comment/juoftas/?context=3, and I credited him in the commit --------- Co-authored-by: 1playerinsertcoin <[email protected]>
- Loading branch information
Showing
8 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
static/build/RetroArch/.retroarch/overlay/4-3/CRT/Perfect_CRT-noframe.cfg
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,6 @@ | ||
overlay0_overlay = Perfect_CRT-noframe.png | ||
overlay0_descs = "0" | ||
overlay0_full_screen = "true" | ||
overlay0_name = "overlay0" | ||
overlay0_normalized = "true" | ||
overlays = "1" |
Binary file added
BIN
+5.34 KB
static/build/RetroArch/.retroarch/overlay/4-3/CRT/Perfect_CRT-noframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions
6
static/build/RetroArch/.retroarch/overlay/4-3/CRT/Perfect_CRT.cfg
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,6 @@ | ||
overlay0_overlay = Perfect_CRT.png | ||
overlay0_descs = "0" | ||
overlay0_full_screen = "true" | ||
overlay0_name = "overlay0" | ||
overlay0_normalized = "true" | ||
overlays = "1" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
static/build/RetroArch/.retroarch/overlay/GBA/GBA_REAL_3x-clean.cfg
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,4 @@ | ||
overlays = 1 | ||
overlay0_overlay = GBA_REAL_3x-clean.png | ||
overlay0_full_screen = false | ||
overlay0_descs = 0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
static/build/RetroArch/.retroarch/overlay/GBA/GBA_REAL_3x-logo.cfg
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,4 @@ | ||
overlays = 1 | ||
overlay0_overlay = GBA_REAL_3x-logo.png | ||
overlay0_full_screen = false | ||
overlay0_descs = 0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.