mirror of
https://github.com/PabloMK7/citra.git
synced 2025-01-22 03:23:52 +01:00
11642fd3a2
The OpenGL renderer has been revised, with the following changes: - Initialization and rendering have been refactored to reduce the number of redundant objects used. - Framebuffer rotation is now done directly, using texture mapping. - Vertex coordinates are now given in pixels, and the projection matrix isn't hardcoded anymore.