mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06: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