Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pvgmusic
    Participant
    Post count: 7

    Hi,

    I’m trying to get the border for SNES to work (see attachement).

    My config looks like this:

    input_remapping_directory = “/opt/retropie/configs/snes/”

    video_shader = “/opt/retropie/emulators/retroarch/shader/snes.glslp”
    video_shader_enable = true

    input_overlay = /opt/retropie/emulators/retroarch/overlays/borders/snes.cfg
    input_overlay_enable = true
    aspect_ratio_index = “22”
    custom_viewport_width = “432”
    custom_viewport_height = “389”
    custom_viewport_x = “423”
    custom_viewport_y = “165”

    #include “/opt/retropie/configs/all/retroarch.cfg”

    But nothing happens, both are stretched out full screen.
    What am i doing wrong??

    Floob
    Member
    Post count: 1629

    Try taking the quotes out here

    aspect_ratio_index = “22”
    custom_viewport_width = “432”
    custom_viewport_height = “389”
    custom_viewport_x = “423”
    custom_viewport_y = “165”

    Or if they are there, make sure they are standard and not copied from here where they get altered slightly.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Video Output on RetroPie’ is closed to new topics and replies.