mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
clean up
This commit is contained in:
parent
78ef189315
commit
bc211e5e07
2 changed files with 3 additions and 3 deletions
|
@ -45,8 +45,8 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current gam
|
|||
# of our software in the wild.
|
||||
option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF)
|
||||
|
||||
# Enable Playback build for Slippi. TODO: turn off for normal builds
|
||||
option(SLIPPI_PLAYBACK "Enable Playback changes" ON)
|
||||
# Enable Playback build for Slippi for watching replays
|
||||
option(SLIPPI_PLAYBACK "Enable Playback changes" OFF)
|
||||
|
||||
option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)
|
||||
|
||||
|
|
2
Externals/open-vcdiff/src/vcdecoder.cc
vendored
2
Externals/open-vcdiff/src/vcdecoder.cc
vendored
|
@ -324,7 +324,7 @@ class VCDiffStreamingDecoderImpl {
|
|||
|
||||
// The default maximum target file size (and target window size) if
|
||||
// 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().
|
||||
// Using a larger value will result in an error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue