mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
add missed file changes
This commit is contained in:
parent
640df36c48
commit
37f423aec3
6 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "asm.hpp"
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
|
|
@ -7,7 +8,6 @@
|
|||
#include <limits>
|
||||
#include <system_error>
|
||||
#include <type_traits>
|
||||
#include "asm.hpp"
|
||||
|
||||
namespace rx {
|
||||
static constexpr auto kRelaxSpinCount = 12;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "rx/tsc.hpp"
|
||||
#include "types.hpp"
|
||||
#include <thread>
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
|
||||
extern bool g_use_rtm;
|
||||
extern u64 g_rtm_tx_limit1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue