1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
A new generation, open-source graphics plugin for N64 emulators.
Go to file
Francisco Zurita 19668e2c20 Fixes shading issues and flickering textures on Adreno devices:
Adreno drivers for GLES3 GPU have issues with glBufferSubData.
glBufferData works without issues, so we have to use only glBufferData
for Adreno by the cost of reallocating the data store.
2015-10-02 22:43:14 +06:00
ini disable depth buffer emulation by default 2015-09-29 21:41:41 +02:00
licenses Update LICENSE file 2015-05-13 10:21:38 +06:00
projects MSVS project correction: remove configuration Debug 1964. 2015-07-01 11:04:05 +06:00
src Fixes shading issues and flickering textures on Adreno devices: 2015-10-02 22:43:14 +06:00
translations Fix 'Shadres' typo in UI and translation files. 2015-10-02 21:37:33 +06:00
.gitignore Update LICENSE file 2015-05-13 10:21:38 +06:00
LICENCE Update LICENSE file 2015-05-13 10:21:38 +06:00
README.md Initial commit 2014-10-01 17:31:41 +07:00

GLideN64

A new generation, open-source graphics plugin for N64 emulators.