RSDKModding / RSDKv3-Decompilation

A Full Decompilation of Sonic CD (2011) & Retro Engine (v3)
Other
591 stars 120 forks source link

[SDL2 Renderer] Incorrect resolution rendering for drawGFXHQ. #212

Closed LittlePlanetCD closed 1 year ago

LittlePlanetCD commented 1 year ago

After the recent few commits fixing some issues of RSDKv3 displaying the game in Windowed mode on SDL's renderer, there's another bug where the drawing for drawGFXHQ (like in special stages) does not work correctly.

For example, it can render 320 width:

image

But it cannot render 424 correctly:

image

But it CAN render 432:

image