You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with displaying the image on in QEMU emulation under Pegasos 2 board G4 cpu and SM502 graphics card on AOS4.
I have created a quick patch and have a request to check. The patch affects only the configuration mentioned above.
It forces a 32bpp display on a 16bpp screen. It works fine. The only problem may be the operation of the image in full screen.
The image is displayed full screen if the aspect ratio is according to the values that are available for the sm502. It does not scale the image if the image is not in the correct resolution (1024.768,800x600..).
I found no other solution to the problem and SDL is already obsolete. It is possible that this will no longer be fixed at all and this is the only method I know of to make the image work normally.
Hello
There is an issue with displaying the image on in QEMU emulation under Pegasos 2 board G4 cpu and SM502 graphics card on AOS4.
I have created a quick patch and have a request to check. The patch affects only the configuration mentioned above.
It forces a 32bpp display on a 16bpp screen. It works fine. The only problem may be the operation of the image in full screen.
The image is displayed full screen if the aspect ratio is according to the values that are available for the sm502. It does not scale the image if the image is not in the correct resolution (1024.768,800x600..).
I found no other solution to the problem and SDL is already obsolete. It is possible that this will no longer be fixed at all and this is the only method I know of to make the image work normally.
https://github.com/smarkusg/patches/blob/master/sdl-1.2.15-sm502.patch
Thank you for your help.
The text was updated successfully, but these errors were encountered: