Skip to content

Commit

Permalink
re-add SDL_main.h header, windows performance is worse without it, pr…
Browse files Browse the repository at this point in the history
…obably some SDL optimization because `main` is a define to SDL_main with it, but that's not the case on linux
  • Loading branch information
coornio committed Aug 19, 2024
1 parent 3cc574d commit fb6a5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CubeChip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <SDL3/SDL_main.h>
#include <SDL3/SDL.h>
#include <SDL3/SDL_version.h>
#include <optional>
Expand Down

0 comments on commit fb6a5e2

Please sign in to comment.