Minimize logs when loading a cheevos-compatible content
authornegativeExponent <negativeExponent@users.noreply.github.com>
Mon, 18 May 2020 05:06:11 +0000 (13:06 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Mon, 18 May 2020 13:42:13 +0000 (21:42 +0800)
- Using retro_memory_descriptors[] for memmap creates a list of address for a game. At the moment, its quite long and can cover up the log window.
  Since there is only 1 pointer used, using the traditional retro_get_memory_map/data works enough for this purpose.

- Move the use of memory descriptors to debug build.


No differences found