mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00: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…
x
Reference in New Issue
Block a user