mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-09-01 02:11:47 -04:00
Implemented controller LED timings for cutscenes (#83)
This commit is contained in:
@@ -29,11 +29,11 @@ inline void SDL_MoveEvent(SDL_Window* pWindow, int x, int y)
|
||||
SDL_PushEvent(&event);
|
||||
}
|
||||
|
||||
inline void SDL_User_EvilSonic(bool isCtor)
|
||||
inline void SDL_User_EvilSonic(bool isEvil)
|
||||
{
|
||||
SDL_Event event{};
|
||||
event.type = SDL_USER_EVILSONIC;
|
||||
event.user.code = isCtor;
|
||||
event.user.code = isEvil;
|
||||
|
||||
SDL_PushEvent(&event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user