Hi,
I’ve got the same issues on GPI, below how i fix it:
- for the splash screen I just put a custom image on /userdata/splash directory
for the notification, I change inside retroarch menu in Setting-> OnScreenDisplay->OnScreen Notifications and set “Scale Graphic Widget Automatically” to Off and “Graphic widget scale override (FullScreen)” to 2,5X (adjust based on you preferences). Save the configuration before exit.
In alternative you can directly modify /userdata/system/configs/retroarch/retroarchcustom.cfg setting:
- menu_enable_widgets = “true”
- menu_widget_scale_auto = “false”
- menu_widget_scale_factor = “2.500000”