deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
283 stars 40 forks source link

Use of "_t" in struct names must be changed to "_s" #22

Closed deltabeard closed 5 years ago

deltabeard commented 5 years ago

For a long time now, I have been incorrectly adding "_t" to the end of struct names, not realising that "_t" is typically for typdefs and that they are reserved anyway.

Therefore, all defined "_t" variables in this repository must be changed to "_s".