Robin Jones

Results 76 issues of Robin Jones

Also moves to latest libdragon.

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.

enhancement

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...

enhancement

Using CMake may allow a complete build system on windows. NinjaBuild is very fast and may decrease build times significantly.

enhancement

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...

enhancement

consider using https://github.com/vurtun/nuklear for the user interface

enhancement