Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FelLib
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 00:14:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 00:14:27 +0300
commitff720e1bf7df5dcf326c0bfeb6eaef4a09b5a596 (patch)
treed6c58fa7d4decd2ee07660d29ce1027f50cc5dc8 /FelLib
parentd8232d47fad1b4f71bad993461c88d4dab1924d9 (diff)
NES carts database, with release dates, publishers, etc.
Diffstat (limited to 'FelLib')
-rw-r--r--FelLib/WinUSBNet/API/DeviceManagement.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/FelLib/WinUSBNet/API/DeviceManagement.cs b/FelLib/WinUSBNet/API/DeviceManagement.cs
index f4d3f1a5..d094025e 100644
--- a/FelLib/WinUSBNet/API/DeviceManagement.cs
+++ b/FelLib/WinUSBNet/API/DeviceManagement.cs
@@ -90,9 +90,6 @@ namespace MadWizard.WinUSBNet.API
throw APIException.Win32("Failed to get device registry property.");
return buffer;
-
-
-
}
// todo: is the queried data always available, or should we check ERROR_INVALID_DATA?