mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -564,7 +564,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
|||
}
|
||||
|
||||
// Simulate idle time while data is being sent to VSH
|
||||
const auto lv2_sleep = [](ppu_thread& ppu, size_t sleep_time)
|
||||
const auto lv2_sleep = [](ppu_thread& ppu, usz sleep_time)
|
||||
{
|
||||
lv2_obj::sleep(ppu);
|
||||
std::this_thread::sleep_for(std::chrono::microseconds(sleep_time));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue