Commit Graph

6 Commits

Author SHA1 Message Date
Luke Benstead
3fde2abd3e Start work on new clipping 2020-10-27 13:21:37 +00:00
Luke Benstead
44155632c1 Add version template 2020-09-28 12:52:53 +00:00
Ben Baron
0beaba5aeb Fixed Makefile GL/version.h (echo -e to printf)
The `echo -e` command is non-standard, and ends up printing a -e at the top of the version.h file. Switching it to `printf` works correctly and is the "correct" command to work in all shells.

I also removed the GL/version.h file from the git cache, as it's in .gitignore but seems to have been accidentally checked in.
2020-04-05 13:47:32 -05:00
Luke Benstead
a1eda16a26 Update SH4_math.h and stop storing the near plane 2020-03-21 21:21:46 +00:00
Luke Benstead
03bc758be7 Allow enabling fsaa via the GLdcConfig struct 2020-03-18 20:47:12 +00:00
Luke Benstead
dafc56c396 Add new file 2020-01-01 14:30:03 +00:00