Merge pull request #17853 from Nemoumbra/buildfix

Buildfix for VS2017
This commit is contained in:
Henrik Rydgård
2023-08-06 14:29:04 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@
#include "Core/MIPS/IR/IRAnalysis.h"
// For std::min
#include <algorithm>
static bool IRReadsFrom(const IRInst &inst, int reg, char type, bool directly = false) {
const IRMeta *m = GetIRMeta(inst.op);
+4
View File
@@ -10,6 +10,10 @@
// TODO: This should be moved here or to Common, doesn't belong in /GPU
#include "GPU/Vulkan/DebugVisVulkan.h"
// For std::max
#include <algorithm>
static void DrawDebugStats(UIContext *ctx, const Bounds &bounds) {
FontID ubuntu24("UBUNTU24");