mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Stdafx: Major header cleanup
This commit is contained in:
parent
14050c7302
commit
6e06fdf638
41 changed files with 68 additions and 217 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/SSemaphore.h"
|
||||
#include "Emu/System.h"
|
||||
|
||||
void SSemaphore::wait()
|
||||
{
|
||||
|
@ -84,4 +85,4 @@ bool SSemaphore::post_and_wait()
|
|||
wait();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue