Richard Goedeken
Richard Goedeken
Yeah, you could change line 145 to something like this: `else if (nextshot == 0 && FrameIndex == l_TestShotList[l_TestShotIdx-1] + 3)`
Yeah I mentioned the original reason for the SDL_main linkage in PR #12 . As Narann mentioned, I would like to retain SDL 1.2 compatibility for now in order to...
The SDL2 change that I plan to make this weekend shouldn't require any changes to the video plugins (this is one nice thing about the video extension architecture). Mostly I'm...
I don't like this idea of adding another library in between the core and the front-end, on the basis of adding too much complexity. It would have to be documented...
For the audio, I would also recommend leaving the resampling in the core. The front-end should only be responsible for setting up the hardware and delivering the final audio samples.
It would also be a simpler change to implement the register wrap-around in 2 places in the inline register calculation functions in the headers, rather than in every place that...