desmume
desmume copied to clipboard
master version can't be compile with VS
#ifndef LIBRETRO void Print() const { Print( stdout, 0 ); } #endif
In this version, the declaration of Print is: void Print( RFILE* cfile, int depth )
so.....