Skip to content

Commit

Permalink
PC Engine update for thorig
Browse files Browse the repository at this point in the history
  • Loading branch information
biscuits99 committed Aug 16, 2015
1 parent d659127 commit e4ac10a
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
4 changes: 4 additions & 0 deletions users/thorig/overlays/vp1236x896s4-tv-horizon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = vp1236x896s4-tv-horizon.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,17 @@
video_fullscreen_x = 1920
video_fullscreen_y = 1080
custom_viewport_width = 1236
custom_viewport_height = 928
custom_viewport_x = 342
custom_viewport_y = 76
aspect_ratio_index = 22
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p_4-3/vp1236x896s4-tv-horizon.cfg
input_overlay_enable = true
input_overlay_opacity = 1.0
input_overlay_scale = 1.0
video_smooth = true

# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_remapping_directory = /opt/retropie/configs/pcengine/

#include "/opt/retropie/configs/all/retroarch.cfg"
18 changes: 16 additions & 2 deletions users/thorig/system-retroarch-cfg/retroarch-cfg-overlay-specs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Original file - for reference only

Original File - for reference only


## /opt/retropie/configs/nes/retroarch.cfg
Expand Down Expand Up @@ -92,3 +91,18 @@ input_overlay_enable = true
input_overlay_opacity = 1.0
input_overlay_scale = 1.0
video_smooth = true

## /opt/retropie/configs/pcengine/retroarch.cfg
## overlay configuration
video_fullscreen_x = 1920
video_fullscreen_y = 1080
custom_viewport_width = 1236
custom_viewport_height = 928
custom_viewport_x = 342
custom_viewport_y = 76
aspect_ratio_index = 22
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p_4-3/vp1236x896s4-tv-horizon.cfg
input_overlay_enable = true
input_overlay_opacity = 1.0
input_overlay_scale = 1.0
video_smooth = true
3 changes: 3 additions & 0 deletions videomanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ do
# PSX
cp ~/rp-video-manager/users/thorig/system-retroarch-cfg/psx/retroarch-overlay-thorig-1080p-psx.cfg /opt/retropie/configs/psx/retroarch.cfg

# PC Engine
cp ~/rp-video-manager/users/thorig/system-retroarch-cfg/pcengine/retroarch-overlay-thorig-1080p-pcengine.cfg /opt/retropie/configs/pcengine/retroarch.cfg




Expand Down

0 comments on commit e4ac10a

Please sign in to comment.