This commit is contained in:
Themaister 2011-12-04 01:42:00 +01:00
parent 425af71450
commit 5b88e338df
1 changed files with 4 additions and 4 deletions

View File

@ -94,11 +94,11 @@ extern "C" {
// Implementation must then use SNES_ENVIRONMENT_GET_FULLPATH. // Implementation must then use SNES_ENVIRONMENT_GET_FULLPATH.
// This is useful for implementations with very large roms, // This is useful for implementations with very large roms,
// which are impractical to load fully into RAM. // which are impractical to load fully into RAM.
// //
#define SNES_ENVIRONMENT_GET_CAN_REWIND 7 // bool * -- #define SNES_ENVIRONMENT_GET_CAN_REWIND 7 // bool * --
// Boolean value telling if SSNES is able to rewind. // Boolean value telling if SSNES is able to rewind.
// Some implementations might need to take extra precautions // Some implementations might need to take extra precautions
// to allow this as smoothly as possible. // to allow this as smoothly as possible.
struct snes_geometry struct snes_geometry
{ {