Fix unnecessary diffs

This commit is contained in:
Ameer 2020-07-02 16:51:16 -04:00
parent 6b7c8e469b
commit 6e1639c7b0
4 changed files with 27 additions and 29 deletions

View file

@ -45,6 +45,7 @@ void Init() {
#ifdef HAVE_SDL2
sdl = SDL::Init();
#endif
udp = CemuhookUDP::Init();
}
@ -111,6 +112,7 @@ std::vector<std::unique_ptr<DevicePoller>> GetPollers(DeviceType type) {
#ifdef HAVE_SDL2
pollers = sdl->GetPollers(type);
#endif
return pollers;
}