From 19875aa709b60ffe5071ab69f1a3565dc92544fd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Aug 2012 16:14:13 +0200 Subject: [PATCH] (XDK) Added logs to xbox_io_mount --- xbox1/frontend/RetroLaunch/IoSupport.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xbox1/frontend/RetroLaunch/IoSupport.cpp b/xbox1/frontend/RetroLaunch/IoSupport.cpp index 5652d68e81..98eb92d8bd 100644 --- a/xbox1/frontend/RetroLaunch/IoSupport.cpp +++ b/xbox1/frontend/RetroLaunch/IoSupport.cpp @@ -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 = {