mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- removed const that erorred out.
This commit is contained in:
parent
51518d63a4
commit
3cfd19b2ef
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ void IOKitJoystickManager::UseAxesPolling(const bool axesPolling)
|
||||||
|
|
||||||
void PostDeviceChangeEvent()
|
void PostDeviceChangeEvent()
|
||||||
{
|
{
|
||||||
const event_t event = { EV_DeviceChange };
|
event_t event = { EV_DeviceChange };
|
||||||
D_PostEvent(&event);
|
D_PostEvent(&event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue