mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
(XDK) Added logs to xbox_io_mount
This commit is contained in:
parent
160b96a7c3
commit
19875aa709
@ -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 =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user