mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
@@ -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);
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user