mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
chore: prevent generating playback data with ifdef
c2d676c
This commit is contained in:
parent
123660e468
commit
60a91ea062
1 changed files with 3 additions and 0 deletions
|
@ -66,8 +66,11 @@ SlippiPlaybackStatus::SlippiPlaybackStatus()
|
|||
currentPlaybackFrame = INT_MIN;
|
||||
targetFrameNum = INT_MAX;
|
||||
lastFrame = Slippi::PLAYBACK_FIRST_SAVE;
|
||||
#ifdef IS_PLAYBACK
|
||||
// Only generate these if this is a playback configuration. Should this class get initialized at all?
|
||||
generateDenylist();
|
||||
generateLegacyCodelist();
|
||||
#endif
|
||||
}
|
||||
|
||||
void SlippiPlaybackStatus::startThreads()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue