mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Use borealis keyboard for the nintendo switch
This commit is contained in:
parent
1ee23e0fa2
commit
0af3ae27d4
7 changed files with 98 additions and 163 deletions
|
@ -50,10 +50,6 @@ class MainApplication
|
|||
IO *io;
|
||||
brls::TabFrame *rootFrame;
|
||||
std::map<Host *, HostInterface *> host_menuitems;
|
||||
// add_host local settings
|
||||
std::string remote_display_name = "";
|
||||
std::string remote_addr = "";
|
||||
ChiakiTarget remote_ps_version = CHIAKI_TARGET_PS5_1;
|
||||
|
||||
bool BuildConfigurationMenu(brls::List *, Host *host = nullptr);
|
||||
void BuildAddHostConfigurationMenu(brls::List *);
|
||||
|
|
|
@ -90,7 +90,7 @@ class Host
|
|||
public:
|
||||
Host(std::string host_name);
|
||||
~Host();
|
||||
int Register(std::string pin);
|
||||
int Register(int pin);
|
||||
int Wakeup();
|
||||
int InitSession(IO *);
|
||||
int FiniSession();
|
||||
|
|
|
@ -102,7 +102,6 @@ class IO
|
|||
bool FreeVideo();
|
||||
bool InitJoystick();
|
||||
bool FreeJoystick();
|
||||
bool ReadUserKeyboard(char *buffer, size_t buffer_size);
|
||||
bool MainLoop(ChiakiControllerState *state);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue