(XDK) Added logs to xbox_io_mount

This commit is contained in:
twinaphex 2012-08-20 16:14:13 +02:00
parent 160b96a7c3
commit 19875aa709

View File

@ -29,6 +29,8 @@ HRESULT xbox_io_mount(char *szDrive, char *szDevice)
snprintf(szSourceDevice, sizeof(szSourceDevice), "\\Device\\%s", szDevice);
snprintf(szDestinationDrive, sizeof(szDestinationDrive), "\\??\\%s", szDrive);
RARCH_LOG("xbox_io_mount() - source device: %s.\n", szSourceDevice);
RARCH_LOG("xbox_io_mount() - destination drive: %s.\n", szDestinationDrive);
STRING DeviceName =
{