1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
A new generation, open-source graphics plugin for N64 emulators.
Go to file
matto 0dfbd34b09 Fixing Andriod build (possibly, cannot test)
http://www.cplusplus.com/reference/list/list/erase/
cplusplus.com says that std::list::erase takes arguments
of const_iterator, but from build errors the Andriod
runtime says it takes non const iterators. gcc doesn't mind
removing the constness and it's not so important that they're
const, so I'm removing them.
2015-10-08 21:17:03 +06:00
ini Disable copyDepthToRDRAM in the ini file. 2015-10-08 21:01:17 +06: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 Fixing Andriod build (possibly, cannot test) 2015-10-08 21:17:03 +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.