Homepage Forums RetroPie Project Video Output on RetroPie GBA Overlay + PSD

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #112833
    LodanZark
    Participant

    Preview
    preview

    Download

    Custom viewport

    aspect_ratio_index = "22"
    custom_viewport_width = "501"
    custom_viewport_height = "334"
    custom_viewport_x = "176"
    custom_viewport_y = "73"
    #114085
    suprmonky73
    Participant

    great friggin job – thanks again man!

    post more as you make them!

    #114088
    gizmo98
    Participant

    @LodanZark
    Do you mind if i try to add all your work to the libretro overlay repo?

    #114699
    LodanZark
    Participant

    feel free to use it ;)

    #115502
    gizmo98
    Participant

    Thank you very much! I added your gameboy palette to RetroPie-Setup. Gameboy classic should be default green yellow now. There is a PR for overlays as well.

    #120770
    LodanZark
    Participant

    I just finish to update the grid on display zone, the older grid can be found on psd file.

    #120777
    windale
    Participant

    These look great, it worked once but now my picture appears in the top left corner of the screen ! The overlay is full screen, what’s going on ?

    #120789
    LodanZark
    Participant
    
    video_smooth = false
    
    aspect_ratio_index = "22"
    
    custom_viewport_width = "501"
    custom_viewport_height = "334"
    custom_viewport_x = "176"
    custom_viewport_y = "73"
    
    input_overlay_enable = true
    input_overlay_opacity = 1.0
    input_overlay_scale = 1.0
    input_overlay = /opt/retropie/configs/gba/overlay/gba1080p_grid.cfg
    

    Im using this settings on respective retroarch.cfg and its working fine at fullscreen, could you share you config file for myself try to reproduce the issue?

    #120792
    windale
    Participant

    It’s untouched downloaded from your dropbox. I added an #include to ‘gba_video_settings.cfg’ in ‘/opt/retropie/configs/gba/retroarch.cfg’ (before the retroarch include). It also happens in your GB and GBC. The overlay comes up full screen and the game screen comes up, resized, but in the top left corner behind the overlay.

    #120806
    LodanZark
    Participant

    Do you know which resolution your screen has?

    #120860
    windale
    Participant

    I am on 1080p 60Hz. I set this in my ‘config.txt’

    hdmi_group=1
    hdmi_mode=16

    I have a feeling it has something to do with this commit –

    https://github.com/RetroPie/RetroPie-Setup/commit/521f1c01fdad1d30931696caccc19e4615bc414a

    I am using a Raspberry Pi 2 and your overlay used to work but when I updated the RetroPie Setup Script it may have something to do with this. Maybe an error in their commit ?

    #120905
    LodanZark
    Participant

    I see, before the resolution was capped to maximize the performance, that commit just reduce that limitation to recent models of rpi i suppose, all i have to do is re-map the custom_viewport, i will take care of that quickly as possible and update all overlays

    #120941
    windale
    Participant

    Thanks, do you also have plans for a Game Gear overlay ?

    #120961
    LodanZark
    Participant

    You have read my mind xD
    Yes I’m working on it as well, it will be uploaded soon,
    I already fixed the GB, GBC, and GBA without grid its done but the grid version needs to be tweaked, I will let you know when it’s done.
    I advice you download all files since I updated the PNG and xx_video_mode.cfg

    #121315
    LodanZark
    Participant

    Update
    It was improved the grid version to match up with pixel count of gba native resolution.

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