jc-SpaceXp / cNES

NES emulator written in C and targeted for Linux.
zlib License
6 stars 4 forks source link

Add support for scaling the cNES emulation screen #3

Closed jc-SpaceXp closed 1 year ago

jc-SpaceXp commented 1 year ago

The 256 x 240 dimensions is a little small to have an enjoyable experience on larger screens/monitors.

Add support to scale the pixel buffer in SDL2.

jc-SpaceXp commented 1 year ago

2838f93cc21f3d8432f767138d908a1d37996ef9 fixes this issue