dolphin/Source/Core
Pokechu22 d91f340c86 VertexManagerBase: Move free space check to after the buffer is reset
Fixes incorrect logspam when the buffer needed to be reset on flushes (which we already were doing, but 52feed04db moved it to after the check was made). This is https://bugs.dolphin-emu.org/issues/10312.

I also converted it to an assert, as if this does happen, things are going to render incorrectly, so we want to make it obvious.
2023-01-03 17:06:51 -08:00
..
AudioCommon New FrameTime/VBlank Analyzer + Graph 2022-12-23 19:52:53 -05:00
Common Merge pull request #11360 from shuffle2/vs 2022-12-24 22:55:47 +01:00
Core DolphinAnalytics: Track support of framebuffer fetch 2023-01-02 23:17:17 -08:00
DiscIO HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt AdvancedWidget: Fix typo in performance sample window tooltip 2022-12-26 14:28:48 -08:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon Merge pull request #11397 from TellowKrinkle/QuartzMousePos 2023-01-02 23:04:12 +01:00
MacUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
UICommon Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
UpdaterCommon MacUpdater: check os version 2022-10-30 12:04:57 -07:00
VideoBackends VideoBackends/OGL: Always check for fbfetch support, not just on GLES 2023-01-02 23:17:08 -08:00
VideoCommon VertexManagerBase: Move free space check to after the buffer is reset 2023-01-03 17:06:51 -08:00
WinUpdater Updater: Delete the file we check for write rights with on Windows. 2022-11-22 02:38:42 +01:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #11360 from shuffle2/vs 2022-12-24 22:55:47 +01:00
DolphinLib.vcxproj Add Dear ImPlot Library 2022-12-22 14:32:42 -05:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00