From e3e9ad3a690496b3ad3f7242caec5ab25d2144b0 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 26 Jul 2013 20:11:56 +0200 Subject: [PATCH] Minor rewording. It felt weird. --- libretro/libretro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/libretro.cpp b/libretro/libretro.cpp index 9c5bb99f..c1873ed0 100644 --- a/libretro/libretro.cpp +++ b/libretro/libretro.cpp @@ -61,7 +61,7 @@ void retro_set_environment(retro_environment_t cb) struct retro_variable variables[] = { // 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. { "s9x_layer_1", "Show layer 1; Yes|No" }, { "s9x_layer_2", "Show layer 2; Yes|No" },