libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
10.14k stars 1.85k forks source link

fix relative warp emulation broken by #11460 #11475

Closed expikr closed 6 days ago

expikr commented 6 days ago

In the last PR I missed the case where relative mode is emulated by warping. This patch adds in the case to differentiate it from hardware relative deltas.

slouken commented 6 days ago

Merged, thanks!