-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds 3DO, Atari 5200, Jaguar, ColecoVision, IntelliVision, and Saturn…
… overlays
- Loading branch information
Showing
24 changed files
with
96 additions
and
0 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,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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/3do_overlay.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 = 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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/atari5200_overlay.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 = 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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/atarijaguar_overlay.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 = 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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/coleco_overlay.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 = 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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/intellivision_overlay.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 = 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.
4 changes: 4 additions & 0 deletions
4
overlays_shaders/all/retroarch/overlay/systems/saturn_overlay.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 = saturn.png | ||
overlay0_full_screen = true | ||
overlay0_descs = 0 |
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 @@ | ||
# 3DO | ||
|
||
#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg" | ||
|
||
input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/3do_overlay.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 @@ | ||
# 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" |
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 @@ | ||
# 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" |
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 @@ | ||
# Colecovision | ||
|
||
#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg" | ||
|
||
input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/coleco_overlay.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 @@ | ||
# Intellivision | ||
|
||
#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg" | ||
|
||
input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/intellivision_overlay.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 @@ | ||
# Saturn | ||
|
||
#include "/opt/retropie/configs/all/retroarch/overlay_cfg/common_crt.cfg" | ||
|
||
input_overlay = "/opt/retropie/configs/all/retroarch/overlay/systems/saturn_overlay.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,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" |
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,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" |
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,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" |
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,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" |
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,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" |