mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 17:54:05 +00:00
a68aea1ace
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.