mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Name some threads
This commit is contained in:
parent
c3c73c7e24
commit
cdfe3ee7c8
6 changed files with 25 additions and 7 deletions
|
|
@ -822,6 +822,8 @@ void gs_frame::take_screenshot(std::vector<u8> data, u32 sshot_width, u32 sshot_
|
|||
std::thread(
|
||||
[sshot_width, sshot_height, is_bgra](std::vector<u8> sshot_data)
|
||||
{
|
||||
thread_base::set_name("Screenshot");
|
||||
|
||||
screenshot_log.notice("Taking screenshot (%dx%d)", sshot_width, sshot_height);
|
||||
|
||||
const std::string& id = Emu.GetTitleID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue