mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VertexShaderManager: Rename projection hack variables
This commit is contained in:
parent
44f2420517
commit
f8a99ca192
5 changed files with 47 additions and 30 deletions
|
@ -10,8 +10,9 @@
|
|||
#include "VideoCommon/ConstantManager.h"
|
||||
|
||||
class PointerWrap;
|
||||
struct ProjectionHackConfig;
|
||||
|
||||
void UpdateProjectionHack(int iParams[], std::string sParams[]);
|
||||
void UpdateProjectionHack(const ProjectionHackConfig& config);
|
||||
|
||||
// The non-API dependent parts.
|
||||
class VertexShaderManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue