mirror of https://github.com/PCSX2/pcsx2.git
USB: actions and cmakelists formatting
This commit is contained in:
parent
e2a72b2798
commit
e5a7cc4a1c
|
@ -67,7 +67,9 @@ declare -a PCSX2_PACKAGES=(
|
|||
"liblzma-dev"
|
||||
"libpango1.0-dev"
|
||||
"libpcap0.8-dev"
|
||||
"libpulse-dev"
|
||||
"libsdl2-dev"
|
||||
"libsamplerate0-dev"
|
||||
"libsoundtouch-dev"
|
||||
"libwxgtk3.0-gtk3-0v5"
|
||||
"libwxgtk3.0-gtk3-dev"
|
||||
|
|
|
@ -371,10 +371,10 @@ set(pcsx2USBSources
|
|||
USB/linux/util.cpp
|
||||
USB/qemu-usb/input-keymap-linux-to-qcode.cpp
|
||||
USB/usb-mic/audiodev-pulse.cpp
|
||||
USB/usb-pad/api_init_linux.cpp
|
||||
USB/usb-eyetoy/api_init_linux.cpp
|
||||
USB/usb-hid/api_init_linux.cpp
|
||||
USB/usb-mic/api_init_linux.cpp
|
||||
USB/usb-pad/api_init_linux.cpp
|
||||
USB/usb-eyetoy/api_init_linux.cpp
|
||||
USB/usb-hid/api_init_linux.cpp
|
||||
USB/usb-mic/api_init_linux.cpp
|
||||
)
|
||||
|
||||
# USB headers
|
||||
|
@ -413,13 +413,13 @@ set(pcsx2USBHeaders
|
|||
USB/usb-eyetoy/videodev.h
|
||||
USB/usb-eyetoy/usb-eyetoy-webcam.h
|
||||
USB/usb-eyetoy/ov519.h
|
||||
USB/usb-hid/hidproxy.h
|
||||
USB/usb-hid/hidproxy.h
|
||||
USB/usb-hid/usb-hid.h
|
||||
USB/usb-hid/noop.h
|
||||
USB/shared/shared.h
|
||||
USB/shared/inifile.h
|
||||
USB/shared/ringbuffer.h
|
||||
USB/linux/ini.h
|
||||
USB/linux/ini.h
|
||||
USB/linux/actualfile.h
|
||||
USB/linux/config.h
|
||||
USB/linux/util.h
|
||||
|
@ -437,8 +437,6 @@ set(pcsx2USBHeaders
|
|||
)
|
||||
|
||||
|
||||
|
||||
|
||||
# DebugTools sources
|
||||
set(pcsx2DebugToolsSources
|
||||
DebugTools/DebugInterface.cpp
|
||||
|
|
Loading…
Reference in New Issue