dolphin/Source/Core
Pokechu22 28b71c65af Fix same object count being used for all frames in the FIFO analyzer
If the number of objects varied, this would result in either missing objects on some frames, or too many objects on some frames; the latter case could cause crashes.  Since it used the current frame to get the count, if the FIFO is started before the FIFO analyzer is opened, then the current frame is effectively random, making it hard to reproduce consistently.

This issue has existed since the FIFO analyzer was implemented for Qt.
2021-05-07 15:42:18 -07:00
..
AudioCommon Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
Common Merge pull request #9633 from Pokechu22/BitfieldExtract-pointer-to-member 2021-05-08 00:21:15 +02:00
Core Fix same object count being used for all frames in the FIFO analyzer 2021-05-07 15:42:18 -07:00
DiscIO DiscIO: Use MathUtil::SaturatingCast 2021-04-06 23:27:23 +02:00
DolphinNoGUI Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
DolphinQt Fix same object count being used for all frames in the FIFO analyzer 2021-05-07 15:42:18 -07:00
InputCommon Merge pull request #9674 from Filoppi/fix_hotkey_suppresion_crash 2021-04-28 18:21:07 -05:00
MacUpdater Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
UICommon Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
UpdaterCommon Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
VideoBackends Merge pull request #9646 from PatrickFerry/sw-textureencoder-alignedwidth 2021-04-24 20:13:10 +02:00
VideoCommon Move vertex size and component calculation to VertexLoaderBase 2021-05-07 15:42:17 -07:00
WinUpdater Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
DolphinLib.ARM64.props Implement ArmFPURoundMode.cpp 2021-04-25 15:56:19 +02:00
DolphinLib.props Change BitfieldExtract to use a pointer to the bitfield member 2021-05-07 15:11:17 -07:00
DolphinLib.vcxproj JitCommon: Signed 32-bit division magic constants 2021-03-07 18:27:36 +01:00
DolphinLib.vcxproj.user msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.x64.props msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00