mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Move unspecific Emulator code out of System.cpp
This commit is contained in:
parent
4c2a11b6d0
commit
1caf81811a
38 changed files with 729 additions and 652 deletions
|
@ -30,3 +30,11 @@ public:
|
|||
g_progr.release(m_prev);
|
||||
}
|
||||
};
|
||||
|
||||
struct progress_dialog_server
|
||||
{
|
||||
void operator()();
|
||||
~progress_dialog_server();
|
||||
|
||||
static auto constexpr thread_name = "Progress Dialog Server"sv;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue