mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix get_system_time()
This commit is contained in:
parent
92bf6ed0a7
commit
97f2b6b701
4 changed files with 29 additions and 22 deletions
|
|
@ -569,9 +569,6 @@ int main(int argc, char** argv)
|
|||
|
||||
ensure(thread_ctrl::is_main(), "Not main thread");
|
||||
|
||||
// Initialize TSC freq (in case it isn't)
|
||||
static_cast<void>(utils::ensure_tsc_freq_init());
|
||||
|
||||
// Initialize thread pool finalizer (on first use)
|
||||
static_cast<void>(named_thread("", [](int) {}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue