Minor rewording. It felt weird.

This commit is contained in:
Alcaro 2013-07-26 20:11:56 +02:00
parent 233cb3061e
commit e3e9ad3a69
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ void retro_set_environment(retro_environment_t cb)
struct retro_variable variables[] = { struct retro_variable variables[] = {
// These variable names and possible values constitute an ABI with ZMZ (ZSNES Libretro player). // These variable names and possible values constitute an ABI with ZMZ (ZSNES Libretro player).
// Changing "Show layer 1" is fine, but don't change "layer_1"/etc or the Yes|No ones. // Changing "Show layer 1" is fine, but don't change "layer_1"/etc or the possible values ("Yes|No").
// Adding more variables and rearranging them is safe. // Adding more variables and rearranging them is safe.
{ "s9x_layer_1", "Show layer 1; Yes|No" }, { "s9x_layer_1", "Show layer 1; Yes|No" },
{ "s9x_layer_2", "Show layer 2; Yes|No" }, { "s9x_layer_2", "Show layer 2; Yes|No" },