Skip to content

Commit

Permalink
Adds 3DO, Atari 5200, Jaguar, ColecoVision, IntelliVision, and Saturn…
Browse files Browse the repository at this point in the history
… overlays
  • Loading branch information
cosmo0 committed Feb 24, 2018
1 parent 2feb867 commit f55ff18
Show file tree
Hide file tree
Showing 24 changed files with 96 additions and 0 deletions.
7 changes: 7 additions & 0 deletions overlays_shaders/3do/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/3do/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/3do.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = 3do.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = atari5200.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = atarijaguar.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = coleco.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = intellivision.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = saturn.png
overlay0_full_screen = true
overlay0_descs = 0
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/3do.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 3DO

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/3do_overlay.cfg"
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/atari5200.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ATARI 5200

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/atari5200_overlay.cfg"
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/atarijaguar.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ATARI Jaguar

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/atarijaguar_overlay.cfg"
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/coleco.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Colecovision

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/coleco_overlay.cfg"
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/intellivision.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Intellivision

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/intellivision_overlay.cfg"
5 changes: 5 additions & 0 deletions overlays_shaders/all/retroarch/overlay_cfg/saturn.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Saturn

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg"

input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/saturn_overlay.cfg"
7 changes: 7 additions & 0 deletions overlays_shaders/atari5200/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/atari5200/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/atari5200.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"
7 changes: 7 additions & 0 deletions overlays_shaders/atarijaguar/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/atarijaguar/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/atarijaguar.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"
7 changes: 7 additions & 0 deletions overlays_shaders/coleco/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/coleco/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/coleco.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"
7 changes: 7 additions & 0 deletions overlays_shaders/intellivision/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/intellivision/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/intellivision.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"
7 changes: 7 additions & 0 deletions overlays_shaders/saturn/retroarch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/saturn/"

#include "/opt/retropie/configs/all/retroarch/overlay_cfg/saturn.cfg"

#include "/opt/retropie/configs/all/retroarch.cfg"

0 comments on commit f55ff18

Please sign in to comment.