USB: Fix compilation of USBNull on Windows

This commit is contained in:
Connor McLaughlin 2021-12-19 00:33:58 +10:00 committed by refractionpcsx2
parent 47d046c5fe
commit 935f880fa7
2 changed files with 3 additions and 0 deletions

View File

@ -57,5 +57,6 @@ s64 get_clock();
/* usb-pad-raw.cpp */
#if _WIN32
#include "common/RedtapeWindows.h"
extern HWND gsWnd;
#endif

View File

@ -13,6 +13,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "PrecompiledHeader.h"
#include "USB.h"
u8* ram = nullptr;