mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
clang fix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <SDL3/SDL_audio.h>
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_timer.h>
|
||||
#include <common/assert.h>
|
||||
#include <core/libraries/error_codes.h>
|
||||
#include "sdl_audio.h"
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_audio.h>
|
||||
#include <SDL3/SDL_timer.h>
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user