BACKENDS: Drop native game joystick support in replacement for emulated from core events backend.
This commit is contained in:
parent
fc0638a4db
commit
e9839c31e2
16 changed files with 9 additions and 668 deletions
|
@ -44,7 +44,6 @@
|
|||
#endif
|
||||
|
||||
#include "backends/events/default/default-events.h"
|
||||
#include "backends/events/sdl/resvm-sdl-events.h" // ResidualVM
|
||||
#include "backends/events/sdl/legacy-sdl-events.h"
|
||||
#include "backends/keymapper/hardware-input.h"
|
||||
#include "backends/mutex/sdl/sdl-mutex.h"
|
||||
|
@ -227,7 +226,7 @@ void OSystem_SDL::initBackend() {
|
|||
// Create the default event source, in case a custom backend
|
||||
// manager didn't provide one yet.
|
||||
if (!_eventSource)
|
||||
_eventSource = new ResVmSdlEventSource(); // ResidualVm: was SdlEventSource
|
||||
_eventSource = new SdlEventSource();
|
||||
|
||||
#if !SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
// SDL 1 does not generate its own keyboard repeat events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue