desmume icon indicating copy to clipboard operation
desmume copied to clipboard

master version can't be compile with VS

Open RogerYe opened this issue 11 months ago • 0 comments

#ifndef LIBRETRO void Print() const { Print( stdout, 0 ); } #endif

In this version, the declaration of Print is: void Print( RFILE* cfile, int depth )

so.....

RogerYe avatar Mar 13 '24 01:03 RogerYe