mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Revert "SDL: handle SDL_QUIT event"
This commit is contained in:
@@ -25,7 +25,6 @@ namespace SDL
|
||||
{
|
||||
|
||||
void Init( std::vector<Core::Device*>& devices );
|
||||
void UpdateInput();
|
||||
|
||||
class Joystick : public Core::Device
|
||||
{
|
||||
@@ -131,6 +130,8 @@ private:
|
||||
#endif
|
||||
|
||||
public:
|
||||
void UpdateInput() override;
|
||||
|
||||
Joystick(SDL_Joystick* const joystick, const int sdl_index, const unsigned int index);
|
||||
~Joystick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user