mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-29 15:26:35 +00:00
is_hardware is an obscure name (what does hardware mean?) and it forces us to assume that anything that !is_hardware is a FileIO device. This assumption prevents properly restoring OH0 child devices (which will be implemented in the USB PR), so this commit replaces the is_hardware bool with a device type. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinQt2 | ||
DolphinWX | ||
InputCommon | ||
UICommon | ||
VideoBackends | ||
VideoCommon | ||
CMakeLists.txt |