mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
gl: Fix shader logging
This commit is contained in:
parent
542a6aed51
commit
59d44cd1cc
1 changed files with 1 additions and 1 deletions
|
@ -2466,7 +2466,7 @@ public:
|
|||
if (g_cfg.video.log_programs)
|
||||
{
|
||||
std::string base_name;
|
||||
switch (shader_type)
|
||||
switch (type)
|
||||
{
|
||||
case ::glsl::program_domain::glsl_vertex_program:
|
||||
base_name = "shaderlog/VertexProgram";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue