From 56ce7b9b226dcc8d8e7f999b09c24883a750e251 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Tue, 17 May 2016 21:08:28 +0200 Subject: [PATCH] because @leiradel wants me to --- libretro-common/include/libretro.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 015b80ea9a..40cbb1c309 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -1032,12 +1032,15 @@ struct retro_memory_descriptor * 'a'+'A' - valid (neither is a prefix of each other) * 'AR'+blank - valid ('R' is not in 0-9A-F) * 'ARB'+blank - valid (the B can't be part of the address either, because - * there is no namespace 'AR') + * there is no namespace 'AR') * blank+'B' - not valid, because it's ambigous which address space B1234 - * would refer to. + * would refer to. * The length can't be used for that purpose; the frontend may want * to append arbitrary data to an address, without a separator. */ const char *addrspace; + + /* TODO: When finalizing this one, add a description field, + * which should be "WRAM" or something roughly equally long. */ }; /* The frontend may use the largest value of 'start'+'select' in a