so ive created an overlay for NeoGeo pocket but im having strange problems. It seems that even though I have these 2 lines in my ngp/retroarch.cfg
video_fullscreen_x = 1920
video_fullscreen_y = 1080
the systems displays it at width of 850 (i tested this using custom_viewport_x = 850)
this is throwing off all my coordinates and its really frustrating. I cant understand why it is outputting the system at the wrong width
here is my file in full and the image used attached
video_fullscreen_x = 1920
video_fullscreen_y = 1080
custom_viewport_width = 800
custom_viewport_height = 760
custom_viewport_x = 563
custom_viewport_y = 161
aspect_ratio_index = 22
input_overlay = /opt/retropie/emulators/retroarch/overlays/1080p_4-3/NeoGeoPocket_1080p.cfg
input_overlay_enable = "true"
input_overlay_opacity = 1.000000
input_overlay_scale = 1.000000
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_remapping_directory = /opt/retropie/configs/ngp/
video_smooth = false
video_shader = /opt/retropie/emulators/retroarch/shader/hq4x.glslp
# video_shader_enable = true
#include "/opt/retropie/configs/all/retroarch.cfg"