(MSVC) Comment out serial code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "__serial.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(_WIN32) && !defined(_XBOX) && !defined(__LIBRETRO__)
|
||||
|
||||
HANDLE SerialPort = NULL; // Handle of SerialPort itself.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user