enable vsync by default for sdl3 backend, cleanup headers

This commit is contained in:
asrael 2025-10-18 08:48:14 -05:00
parent 9d183341ae
commit 865a2b4518
3 changed files with 9 additions and 6 deletions

View file

@ -2,20 +2,16 @@
#define PXL8_COPYRIGHT "Copyright (c) 2024-2025 pxl8.org"
#define PXL8_VERSION "0.1.0"
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include <linenoise.h>
#include "pxl8_cart.h"
#include "pxl8_game.h"
#include "pxl8_hal.h"
#include "pxl8_macros.h"
#include "pxl8_script.h"
#include "pxl8_sdl3.h"
#include "pxl8_types.h"
#include "pxl8_ui.h"