mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build fix
This commit is contained in:
parent
039b51083c
commit
c9ddf8c642
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ void Register_sceUsb()
|
||||||
RegisterModule("sceUsbstor", ARRAY_SIZE(sceUsbstor), sceUsbstor);
|
RegisterModule("sceUsbstor", ARRAY_SIZE(sceUsbstor), sceUsbstor);
|
||||||
RegisterModule("sceUsbstorBoot", ARRAY_SIZE(sceUsbstorBoot), sceUsbstorBoot);
|
RegisterModule("sceUsbstorBoot", ARRAY_SIZE(sceUsbstorBoot), sceUsbstorBoot);
|
||||||
RegisterModule("sceUsb", ARRAY_SIZE(sceUsb), sceUsb);
|
RegisterModule("sceUsb", ARRAY_SIZE(sceUsb), sceUsb);
|
||||||
RegisterModule("sceG729", ARRAY_SIZE(sceG729), sceG729);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Register_sceUsbCam()
|
void Register_sceUsbCam()
|
||||||
|
|
Loading…
Add table
Reference in a new issue