mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
EXI: Namespace device classes
This commit is contained in:
parent
ce034a8186
commit
44fb429e7e
37 changed files with 156 additions and 53 deletions
|
@ -7,13 +7,16 @@
|
|||
#include <wx/arrstr.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
enum TEXIDevices : int;
|
||||
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxString;
|
||||
|
||||
namespace ExpansionInterface
|
||||
{
|
||||
enum TEXIDevices : int;
|
||||
}
|
||||
|
||||
class GameCubeConfigPane final : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
@ -35,7 +38,7 @@ private:
|
|||
|
||||
void ChooseEXIDevice(const wxString& device_name, int device_id);
|
||||
void HandleEXISlotChange(int slot, const wxString& title);
|
||||
void ChooseSlotPath(bool is_slot_a, TEXIDevices device_type);
|
||||
void ChooseSlotPath(bool is_slot_a, ExpansionInterface::TEXIDevices device_type);
|
||||
|
||||
wxArrayString m_ipl_language_strings;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue