Skip to content

Redefine how the unimplemented API is tracked

Adrien Plazas requested to merge aplazas/retro-gtk:unimplemented into master

This stops using UNIMPLEMENTED.md and instead adds implemented.h which only included the implemented API that can be diffed against libretro.h to know the unimplemented API. This also uses the UNIMPLEMENTED tag in comments and macros to annotate missing bits in the code.

Merge request reports