mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
CONFIGURE: don't use savegame timestamp on N64
N64 does not have a RTC
This commit is contained in:
parent
7b68952726
commit
7c8891fed4
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user