summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-04-14 07:38:32 +1000
committer Vas Crabb <vas@vastheman.com>2024-04-14 07:38:32 +1000
commit4980f881393e86d4de39f32b33ff1a98cd3f8f49 (patch)
tree71139fe4d23b6d8875c5c6ca21bcafc8e3c885d3 /src/lib
parent8e7af961c656c1cc1b1d2282a1c2a3d8d1f6d020 (diff)
-emu/gamedrv.h: Got rid of the "clickable artwork" system flag.
-formats/wavfile.cpp: Fixed a class memory access warning.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/wavfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/wavfile.cpp b/src/lib/formats/wavfile.cpp
index e410c7f9ff9..6cce494f1c8 100644
--- a/src/lib/formats/wavfile.cpp
+++ b/src/lib/formats/wavfile.cpp
@@ -170,7 +170,6 @@ static cassette_image::error wavfile_identify(cassette_image *cassette, cassette
static cassette_image::error wavfile_load(cassette_image *cassette)
{
cassette_image::Options opts;
- memset(&opts, 0, sizeof(opts));
return wavfile_process(cassette, &opts, true);
}