mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 06:10:07 +01:00
gl: Fix shader logging
This commit is contained in:
parent
542a6aed51
commit
59d44cd1cc
|
|
@ -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…
Reference in a new issue