Prepare for SDL3 support

This commit is contained in:
Cameron Gutman
2025-01-25 16:18:45 -06:00
parent edd7a134d8
commit dd2a99a96b
25 changed files with 101 additions and 47 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "renderer.h"
#include <SDL.h>
#include "SDL_compat.h"
class SdlAudioRenderer : public IAudioRenderer
{
-1
View File
@@ -1,7 +1,6 @@
#include "sdl.h"
#include <Limelight.h>
#include <SDL.h>
SdlAudioRenderer::SdlAudioRenderer()
: m_AudioDevice(0),
+1 -1
View File
@@ -1,6 +1,6 @@
#include "slaud.h"
#include <SDL.h>
#include "SDL_compat.h"
SLAudioRenderer::SLAudioRenderer()
: m_AudioContext(nullptr),
@@ -1,6 +1,6 @@
#include "soundioaudiorenderer.h"
#include <SDL.h>
#include "SDL_compat.h"
#include <QtGlobal>