diff --git a/docs/graphics/launcher_options_snapshots.png b/docs/graphics/launcher_options_snapshots.png index 40de9d003..6139b66bc 100644 Binary files a/docs/graphics/launcher_options_snapshots.png and b/docs/graphics/launcher_options_snapshots.png differ diff --git a/docs/graphics/options_ui.png b/docs/graphics/options_ui.png index c5f694623..eb2d4a605 100644 Binary files a/docs/graphics/options_ui.png and b/docs/graphics/options_ui.png differ diff --git a/docs/index.html b/docs/index.html index c1d77fd7d..6fe83e762 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2184,7 +2184,7 @@
-snaploaddir <path>
- The directory to load snapshot files from. + The directory to load ROM info viewer snaposhot files from. @@ -2723,7 +2723,7 @@ - + diff --git a/src/common/PNGLibrary.cxx b/src/common/PNGLibrary.cxx index 0a3f22353..6c1f3d5dd 100644 --- a/src/common/PNGLibrary.cxx +++ b/src/common/PNGLibrary.cxx @@ -49,7 +49,7 @@ void PNGLibrary::loadImage(const string& filename, FBSurface& surface) ifstream in(filename, std::ios_base::binary); if(!in.is_open()) - loadImageERROR("No image found"); + loadImageERROR("No snapshot found"); // Create the PNG loading context structure png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, nullptr,
ItemBrief descriptionFor more information,
see CommandLine
Save pathSpecifies where to save snapshots-snapsavedir
Load pathSpecifies where to load snapshots-snaploaddir
Continuous snapshot intervalInterval (in seconds) between snapshots-ssinterval
Use actual ROM nameUse the actual ROM filename instead of the internal database name.-snapname
Overwrite existing filesWhether to overwrite old snapshots-sssingle