]> Shamusworld >> Repos - thunder/commitdiff
Oops, forgot to pull first before the changes. :-P
authorShamus Hammons <jlhamm@acm.org>
Fri, 13 Jan 2023 17:35:16 +0000 (11:35 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 13 Jan 2023 17:35:16 +0000 (11:35 -0600)
Merge branch 'master' of http://shamusworld.gotdns.org/git/thunder

1  2 
makefile
src/gui.h
src/sound.cpp
src/thunder.cpp
src/video.h

diff --cc makefile
Simple merge
diff --cc src/gui.h
Simple merge
diff --cc src/sound.cpp
Simple merge
diff --cc src/thunder.cpp
index 2914a96c5ae80eab26a7347e3e388609e6aa77ca,f53dd689ce541f235d9dbac35bde9cf5323efc62..9a06f3f60183ee9dd6024d7072a2bc36065f93dd
  // JLH  08/12/2009  Stabilized emulation so that it works
  // JLH  04/04/2014  Converted to SDL 2
  // JLH  04/17/2014  Removed a metric fuck-tonne of cruft, added YM2151 & MCU
 +// JLH  01/13/2023  Finally fixed the sprite lag problem  :-D
  //
  
 -#define THUNDER_VERSION               "1.2.0"
 +#define THUNDER_VERSION               "1.2.1"
  
- #include <SDL2/SDL.h>
+ #include <SDL.h>
  #include <string>
  #include <stdio.h>
  #include <stdlib.h>
diff --cc src/video.h
Simple merge