diff --git a/BizHawk.MultiClient/output/snes.dll b/BizHawk.MultiClient/output/snes.dll index f1d5784e4d..f7841b9736 100644 Binary files a/BizHawk.MultiClient/output/snes.dll and b/BizHawk.MultiClient/output/snes.dll differ diff --git a/libsnes/bsnes/target-libsnes/libsnes.cpp b/libsnes/bsnes/target-libsnes/libsnes.cpp index b5eac3cb92..bf3c59a9f0 100644 --- a/libsnes/bsnes/target-libsnes/libsnes.cpp +++ b/libsnes/bsnes/target-libsnes/libsnes.cpp @@ -14,6 +14,9 @@ struct Interface : public SNES::Interface { uint32_t *buffer; uint32_t *palette; + //zero 11-sep-2012 + time_t randomSeed() { return 0; } + void videoRefresh(const uint32_t *data, bool hires, bool interlace, bool overscan) { unsigned width = hires ? 512 : 256; unsigned height = overscan ? 239 : 224;