philj56 / gbcc

Cross-platform Game Boy emulator written in C
https://gbcc.github.io
Other
41 stars 8 forks source link

Switch rendering to directly using opengl. #19

Closed philj56 closed 5 years ago

philj56 commented 5 years ago

This allows for arbitrary opengl shaders to be used, which are much quicker than software rendering (especially when upscaling is involved).