This commit is contained in:
R2DLiu 2020-08-22 20:19:07 -04:00
commit bc211e5e07
2 changed files with 3 additions and 3 deletions

View file

@ -45,8 +45,8 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current gam
# of our software in the wild. # of our software in the wild.
option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF) option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF)
# Enable Playback build for Slippi. TODO: turn off for normal builds # Enable Playback build for Slippi for watching replays
option(SLIPPI_PLAYBACK "Enable Playback changes" ON) option(SLIPPI_PLAYBACK "Enable Playback changes" OFF)
option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON) option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)

View file

@ -324,7 +324,7 @@ class VCDiffStreamingDecoderImpl {
// The default maximum target file size (and target window size) if // The default maximum target file size (and target window size) if
// SetMaximumTargetFileSize() is not called. // SetMaximumTargetFileSize() is not called.
static const size_t kDefaultMaximumTargetFileSize = 268435456U; // 128 MB static const size_t kDefaultMaximumTargetFileSize = 268435456U; // 256 MB
// The largest value that can be passed to SetMaximumTargetWindowSize(). // The largest value that can be passed to SetMaximumTargetWindowSize().
// Using a larger value will result in an error. // Using a larger value will result in an error.