mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexManagerBase (draw calls), and VertexShaderManager (projection calls)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoCommon/ConstantManager.h"
|
||||
@ -19,7 +20,7 @@ public:
|
||||
static void DoState(PointerWrap& p);
|
||||
|
||||
// constant management
|
||||
static void SetConstants();
|
||||
static void SetConstants(const std::vector<std::string>& textures);
|
||||
|
||||
static void InvalidateXFRange(int start, int end);
|
||||
static void SetTexMatrixChangedA(u32 value);
|
||||
|
Reference in New Issue
Block a user