mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 10:08:20 +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
@ -211,6 +211,8 @@ public:
|
||||
|
||||
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];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user