-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added davej shader and chito overlays
- Loading branch information
1 parent
311604e
commit 09444e6
Showing
55 changed files
with
999 additions
and
3 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
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 @@ | ||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/mame-libretro/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.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,5 @@ | ||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/mame-mame4all/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.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 = 1980-1990_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = 1990-2000_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = GameGear_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = GameboyAdvance_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = GameboyColor_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = Gameboy_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = NeoGeoPocketColor_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = NeoGeoPocket_1080p.png | ||
overlay0_full_screen = true | ||
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.
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,161 @@ | ||
# Retropie/EmulationStation Overlays | ||
This setup is for a screen size of 1920 x 1080. To add these overlays to your retropie/emulationstation you will need to | ||
|
||
1. create a folder called **1080p** in the folder **/opt/retropie/emulators/retroarch/overlays/** | ||
2. copy all the overlay pngs and their cfg files to this new folder | ||
3. locate the retroarch.cfg for each of the systems and add the following lines to the top | ||
|
||
##Gameboy | ||
/opt/retropie/configs/gb/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 654 | ||
custom_viewport_y = 257 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/Gameboy_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##Gameboy Color | ||
/opt/retropie/configs/gbc/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 640 | ||
custom_viewport_y = 191 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/GameboyColor_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##Gameboy Advanced | ||
/opt/retropie/configs/gba/retroarch.cfg | ||
|
||
video_smooth = false | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 960 | ||
custom_viewport_height = 640 | ||
custom_viewport_x = 480 | ||
custom_viewport_y = 220 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/GameboyAdvance_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##GameGear | ||
/opt/retropie/configs/gamegear/retroarch.cfg | ||
|
||
video_smooth = false | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 639 | ||
custom_viewport_y = 253 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/GameGear_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##NeoGeo Pocket | ||
/opt/retropie/configs/ngp/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 800 | ||
custom_viewport_height = 760 | ||
custom_viewport_x = 563 | ||
custom_viewport_y = 161 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/NeoGeoPocket_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##NeoGeo Pocket Color | ||
/opt/retropie/configs/ngp/retroarch.cfg | ||
/opt/retropie/configs/ngpc/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 800 | ||
custom_viewport_height = 760 | ||
custom_viewport_x = 563 | ||
custom_viewport_y = 161 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/NeoGeoPocketColor_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##WonderSwan | ||
/opt/retropie/configs/wonderswan/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1120 | ||
custom_viewport_height = 720 | ||
custom_viewport_x = 400 | ||
custom_viewport_y = 180 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/WonderSwan_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##WonderSwan Color | ||
/opt/retropie/configs/wonderswanc/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1120 | ||
custom_viewport_height = 720 | ||
custom_viewport_x = 400 | ||
custom_viewport_y = 180 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/WonderSwanColor_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##1980s Retro consoles | ||
/opt/retropie/configs/nes/retroarch.cfg | ||
/opt/retropie/configs/mastersystem/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1280 | ||
custom_viewport_height = 960 | ||
custom_viewport_x = 78 | ||
custom_viewport_y = 57 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/1980-1990_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
##1990s Retro consoles | ||
/opt/retropie/configs/snes/retroarch.cfg | ||
/opt/retropie/configs/megadrive/retroarch.cfg | ||
|
||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1280 | ||
custom_viewport_height = 960 | ||
custom_viewport_x = 320 | ||
custom_viewport_y = 60 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p/1990-2000_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 |
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 = WonderSwanColor_1080p.png | ||
overlay0_full_screen = true | ||
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.
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 = WonderSwan_1080p.png | ||
overlay0_full_screen = true | ||
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.
18 changes: 18 additions & 0 deletions
18
users/chito/system-retroarch-cfg/gamegear/retroarch-overlay-chito-gamegear.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,18 @@ | ||
video_smooth = false | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 639 | ||
custom_viewport_y = 253 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/GameGear_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/gamegear/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
21 changes: 21 additions & 0 deletions
21
users/chito/system-retroarch-cfg/gb/retroarch-overlay-chito-gb.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,21 @@ | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 654 | ||
custom_viewport_y = 257 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/Gameboy_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/gb/ | ||
# video_smooth = false | ||
video_shader = /opt/retropie/emulators/retroarch/shader/hq4x.glslp | ||
# video_shader_enable = true | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
19 changes: 19 additions & 0 deletions
19
users/chito/system-retroarch-cfg/gba/retroarch-overlay-chito-gba.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,19 @@ | ||
video_smooth = false | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 960 | ||
custom_viewport_height = 640 | ||
custom_viewport_x = 480 | ||
custom_viewport_y = 220 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/GameboyAdvance_1080p.cfg | ||
input_overlay_enable = true | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/gba/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
21 changes: 21 additions & 0 deletions
21
users/chito/system-retroarch-cfg/gbc/retroarch-overlay-chito-gbc.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,21 @@ | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 640 | ||
custom_viewport_height = 576 | ||
custom_viewport_x = 640 | ||
custom_viewport_y = 191 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/GameboyColor_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/gbc/ | ||
# video_smooth = false | ||
video_shader = /opt/retropie/emulators/retroarch/shader/hq4x.glslp | ||
# video_shader_enable = true | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
17 changes: 17 additions & 0 deletions
17
users/chito/system-retroarch-cfg/mastersystem/retroarch-overlay-chito-mastersystem.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,17 @@ | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1280 | ||
custom_viewport_height = 960 | ||
custom_viewport_x = 78 | ||
custom_viewport_y = 57 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/1980-1990_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/mastersystem/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
17 changes: 17 additions & 0 deletions
17
users/chito/system-retroarch-cfg/megadrive/retroarch-overlay-chito-megadrive.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,17 @@ | ||
video_fullscreen_x = 1920 | ||
video_fullscreen_y = 1080 | ||
custom_viewport_width = 1280 | ||
custom_viewport_height = 960 | ||
custom_viewport_x = 320 | ||
custom_viewport_y = 60 | ||
aspect_ratio_index = 22 | ||
input_overlay = /opt/retropie/emulators/retroarch/overlays/chito/1990-2000_1080p.cfg | ||
input_overlay_enable = "true" | ||
input_overlay_opacity = 1.000000 | ||
input_overlay_scale = 1.000000 | ||
|
||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line | ||
|
||
input_remapping_directory = /opt/retropie/configs/megadrive/ | ||
|
||
#include "/opt/retropie/configs/all/retroarch.cfg" |
Oops, something went wrong.