From: negativeExponent Date: Mon, 18 May 2020 05:06:11 +0000 (+0800) Subject: Minimize logs when loading a cheevos-compatible content X-Git-Tag: r24l~643^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=5c00ea32a0eab812299b08acd14c25bf6ba4ca7a;hp=5c00ea32a0eab812299b08acd14c25bf6ba4ca7a;p=pcsx_rearmed.git Minimize logs when loading a cheevos-compatible content - 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. ---