because @leiradel wants me to

This commit is contained in:
Alcaro 2016-05-17 21:08:28 +02:00
parent cecb50bd19
commit 56ce7b9b22

View File

@ -1038,6 +1038,9 @@ struct retro_memory_descriptor
* The length can't be used for that purpose; the frontend may want * The length can't be used for that purpose; the frontend may want
* to append arbitrary data to an address, without a separator. */ * to append arbitrary data to an address, without a separator. */
const char *addrspace; 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 /* The frontend may use the largest value of 'start'+'select' in a