mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Replace TEXIDevices with an enum class
This commit is contained in:
parent
e8bbfc26fe
commit
d354163fbe
17 changed files with 138 additions and 143 deletions
|
@ -25,26 +25,11 @@ struct Partition;
|
|||
class Volume;
|
||||
} // namespace DiscIO
|
||||
|
||||
namespace ExpansionInterface
|
||||
{
|
||||
enum TEXIDevices : int;
|
||||
} // namespace ExpansionInterface
|
||||
|
||||
namespace IOS::ES
|
||||
{
|
||||
class TMDReader;
|
||||
} // namespace IOS::ES
|
||||
|
||||
namespace PowerPC
|
||||
{
|
||||
enum class CPUCore;
|
||||
} // namespace PowerPC
|
||||
|
||||
namespace SerialInterface
|
||||
{
|
||||
enum SIDevices : int;
|
||||
} // namespace SerialInterface
|
||||
|
||||
struct BootParameters;
|
||||
|
||||
struct SConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue