Javanaise / mrboom-libretro

Mr.Boom is an 8 player Bomberman clone for RetroArch/Libretro
http://mrboom.mumblecore.org
MIT License
200 stars 59 forks source link

Dumper: heap msvc friendly #102

Closed SimpleTease closed 3 years ago

frranck commented 3 years ago

You can remove line 548

filestream_write_file("/tmp/heap", m.heap, HEAP_SIZE); and maybe create a function?

SimpleTease commented 3 years ago

Changes done.