From 7c8891fed4c439c365c05bb64968df3ee41bae87 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Sat, 24 Sep 2011 14:19:03 -0500 Subject: CONFIGURE: don't use savegame timestamp on N64 N64 does not have a RTC --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 6e3c4a09b4..ba2113152e 100755 --- a/configure +++ b/configure @@ -2303,6 +2303,7 @@ if test -n "$_host"; then _backend="n64" _mt32emu=no _build_scalers=no + _savegame_timestamp=no _translation=no _keymapper=no _text_console=no @@ -2629,7 +2630,7 @@ esac # Disable savegame timestamp support for backends which don't have a reliable real time clock # case $_backend in - gph) + gph | n64) if test "$_savegame_timestamp" = auto ; then _savegame_timestamp=no else -- cgit v1.2.3