mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
rsx: Add a success message on program compile completion
- Should help users wondering if rpcs3 'froze' during shader compile
This commit is contained in:
parent
2400210144
commit
334327df67
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ public:
|
||||||
|
|
||||||
m_storage[key] = backend_traits::build_pipeline(vertex_program, fragment_program, pipelineProperties, std::forward<Args>(args)...);
|
m_storage[key] = backend_traits::build_pipeline(vertex_program, fragment_program, pipelineProperties, std::forward<Args>(args)...);
|
||||||
m_cache_miss_flag = true;
|
m_cache_miss_flag = true;
|
||||||
|
|
||||||
|
LOG_SUCCESS(RSX, "New program compiled successfully");
|
||||||
return m_storage[key];
|
return m_storage[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue