Robin Jones
Robin Jones
Also moves to latest libdragon.
Syncs #37
maybe sound related?
To create a bug free product, Unit testing should be considered. Possible frameworks can be found at: http://stackoverflow.com/questions/65820/unit-testing-c-code
Byuu shows an example of how this could work. see http://byuu.org/emulation/higan/game-paks This would have to take into account the different save types of the N64 though.
gameshark uses yaml whilst the current config is stored as an INI. it would be better for these to use the same language. Also, the settings file code should be...
Using CMake may allow a complete build system on windows. NinjaBuild is very fast and may decrease build times significantly.
To ease debugging, the solution should use a debugging macro in the makefile rather than only a flag contained in the code. debug.h and ifdef's should then be used so...
consider using https://github.com/vurtun/nuklear for the user interface