From 1c8632cac951c13e24df0c1cb4be7602ca5258b2 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 4 Dec 2011 17:17:49 +0100 Subject: [PATCH] Nit. --- libsnes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsnes.hpp b/libsnes.hpp index e7b149699b..77160f76a1 100755 --- a/libsnes.hpp +++ b/libsnes.hpp @@ -94,7 +94,7 @@ extern "C" { // Implementation must then use SNES_ENVIRONMENT_GET_FULLPATH. // This is useful for implementations with very large roms, // which are impractical to load fully into RAM. - // + // #define SNES_ENVIRONMENT_GET_CAN_REWIND 7 // bool * -- // Boolean value telling if SSNES is able to rewind. // Some implementations might need to take extra precautions