quephird / happiNESs

An attempt at an NES emulator written in Swift
5 stars 0 forks source link

Improve image fidelity #48

Closed quephird closed 1 month ago

quephird commented 1 month ago

Right now, the screen is somewhat blurry, supposedly because we're scaling up a CGImage instance. It would be nice to have a really sharp looking screen.

quephird commented 1 month ago

Addressed in https://github.com/quephird/happiNESs/pull/51