libretro / desmume

DeSmuME is a Nintendo DS emulator
http://desmume.org
GNU General Public License v2.0
35 stars 33 forks source link

master version can't be compile with VS #116

Open RogerYe opened 3 months ago

RogerYe commented 3 months ago

ifndef LIBRETRO

void Print() const                      { Print( stdout, 0 ); }

endif

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

so.....