summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference/ControlReference.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2026-03-16 00:49:38 -0700
committerOatmealDome <julian@oatmealdome.me>2026-03-17 17:30:23 -0400
commit5c9e4f8e476fe9ae574457828fe231bbc7078be3 (patch)
tree9d08f44311df2bcd0d9feef54d6bc1a3973df6d7 /Source/Core/InputCommon/ControlReference/ControlReference.cpp
parentc9ea4e3b8e8986b12c6b9ce472c00c1a4df5ccd2 (diff)
FifoPlayer: Fix hang when taking screenshot during FIFO log playback
Don't copy null terminators from the log's `header.gameid` into `FifoDataFile`'s `m_game_id`. Doing so would cause an infinite loop in `Core::GenerateScreenshotName` as the various concatenations and `fmt::format` calls would then effectively drop all the timestamps and disambiguating arbitrary numbers since they followed the null terminator in the gameid, and so the `File::Exists` calls would always return true. Fixes https://bugs.dolphin-emu.org/issues/14002.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ControlReference.cpp')
0 files changed, 0 insertions, 0 deletions