benzammour / cretro

👾 cretro - Yet another Chip 8 Emulator!
MIT License
4 stars 2 forks source link

feat: capsulate defines and variables #9

Closed marcluque closed 1 year ago

marcluque commented 1 year ago

This PR is aimed at improving visibility of defines and variables, i.e., make variables static where possible and only have necessary defines in header files. Also adds const keyword where possible. Lastly, removes redundant switch case for key handling.