mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VertexShaderManager: Remove unused parameter
This commit is contained in:
parent
1b2074e53f
commit
0e41b973c7
3 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
static void SetTexMatrixChangedB(u32 value);
|
||||
static void SetViewportChanged();
|
||||
static void SetProjectionChanged();
|
||||
static void SetMaterialColorChanged(int index, u32 color);
|
||||
static void SetMaterialColorChanged(int index);
|
||||
|
||||
static void TranslateView(float x, float y, float z = 0.0f);
|
||||
static void RotateView(float x, float y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue