mirror of https://github.com/PCSX2/pcsx2.git
USB: Fix compilation of USBNull on Windows
This commit is contained in:
parent
47d046c5fe
commit
935f880fa7
|
@ -57,5 +57,6 @@ s64 get_clock();
|
|||
|
||||
/* usb-pad-raw.cpp */
|
||||
#if _WIN32
|
||||
#include "common/RedtapeWindows.h"
|
||||
extern HWND gsWnd;
|
||||
#endif
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
|
||||
#include "USB.h"
|
||||
|
||||
u8* ram = nullptr;
|
||||
|
|
Loading…
Reference in New Issue