mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Now has support for isochronous transfers in the WinUSB backend, which may or may not work better than the UsbDk backend.
9 lines
189 B
Makefile
9 lines
189 B
Makefile
EXTRA_DIST = doxygen.cfg.in
|
|
|
|
docs: doxygen.cfg
|
|
doxygen $^
|
|
|
|
docs-upload: docs
|
|
ln -s html api-1.0
|
|
scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusb/htdocs
|
|
rm -f api-1.0
|