libretro / nxengine-libretro

Port of NxEngine to the libretro API. NXEngine is a Cave Story game engine clone
85 stars 89 forks source link

Fix aspect ratio #98

Closed bslenul closed 1 year ago

bslenul commented 1 year ago

The aspect ratio is all squished right now:

image

this PR fixes it:

image

also added a few missing new lines for debug logs.

LibretroAdmin commented 1 year ago

Ah, looks like I already got to it.