Skip to content

Commit

Permalink
rsx: Add a success message on program compile completion
Browse files Browse the repository at this point in the history
- Should help users wondering if rpcs3 'froze' during shader compile
  • Loading branch information
kd-11 committed Aug 16, 2017
1 parent 2400210 commit 334327d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcs3/Emu/RSX/Common/ProgramStateCache.h
Expand Up @@ -211,6 +211,8 @@ class program_state_cache

m_storage[key] = backend_traits::build_pipeline(vertex_program, fragment_program, pipelineProperties, std::forward<Args>(args)...);
m_cache_miss_flag = true;

LOG_SUCCESS(RSX, "New program compiled successfully");
return m_storage[key];
}

Expand Down

0 comments on commit 334327d

Please sign in to comment.