Merge pull request #3192 from lioncash/typedef

WII_IPC_HLE: Remove unused typedef
This commit is contained in:
Scott Mansell 2015-10-22 21:09:41 +13:00
commit 5228758383

View File

@ -64,8 +64,6 @@ typedef std::map<u32, std::shared_ptr<IWII_IPC_HLE_Device>> TDeviceMap;
static TDeviceMap g_DeviceMap; static TDeviceMap g_DeviceMap;
// STATE_TO_SAVE // STATE_TO_SAVE
typedef std::map<u32, std::string> TFileNameMap;
#define IPC_MAX_FDS 0x18 #define IPC_MAX_FDS 0x18
#define ES_MAX_COUNT 2 #define ES_MAX_COUNT 2
static std::shared_ptr<IWII_IPC_HLE_Device> g_FdMap[IPC_MAX_FDS]; static std::shared_ptr<IWII_IPC_HLE_Device> g_FdMap[IPC_MAX_FDS];