dolphin/Source/Core
Léo Lam 6bb03d900c USB: Separate the descriptor copy logic
The descriptor copy code is not actually the same in HIDv4 and VEN,
so it did not make a lot of sense to put it in USB/Common.cpp.
Separate and move it to HIDv4 and VEN.

This cleanup is important because there are even more differences
between HIDv4 and HIDv5.
2017-11-03 19:01:48 +01:00
..
AudioCommon Merge pull request #6130 from ligfx/emptynullsoundstream 2017-10-24 11:44:22 +02:00
Common MemArena: Use names that are based on the PID 2017-10-11 17:40:05 +02:00
Core USB: Separate the descriptor copy logic 2017-11-03 19:01:48 +01:00
DiscIO Merge pull request #6148 from leoetlino/null-bug 2017-10-29 10:30:03 +01:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 Merge pull request #6159 from JosJuice/consistent-gui-strings 2017-11-03 14:18:54 +01:00
DolphinWX Merge pull request #6159 from JosJuice/consistent-gui-strings 2017-11-03 14:18:54 +01:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
VideoBackends Merge pull request #6118 from Tomcc/master 2017-10-31 21:37:20 +01:00
VideoCommon Fixed fog, lava, water in Mario Galaxy (and possibly other games) in higher IRs by detecting & fixing the mipmaps that aren't just used for downscaling, but are handmade to create a gradient. 2017-10-27 00:45:20 -07:00
CMakeLists.txt