From c9ddf8c642cad52dcca5a9c14c40df74966026e5 Mon Sep 17 00:00:00 2001 From: sum2012 Date: Sun, 8 Mar 2015 13:38:47 +0800 Subject: [PATCH] Build fix --- Core/HLE/sceUsb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/HLE/sceUsb.cpp b/Core/HLE/sceUsb.cpp index c675844952..27e5a561c0 100644 --- a/Core/HLE/sceUsb.cpp +++ b/Core/HLE/sceUsb.cpp @@ -181,7 +181,6 @@ void Register_sceUsb() RegisterModule("sceUsbstor", ARRAY_SIZE(sceUsbstor), sceUsbstor); RegisterModule("sceUsbstorBoot", ARRAY_SIZE(sceUsbstorBoot), sceUsbstorBoot); RegisterModule("sceUsb", ARRAY_SIZE(sceUsb), sceUsb); - RegisterModule("sceG729", ARRAY_SIZE(sceG729), sceG729); } void Register_sceUsbCam()