mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-28 13:26:17 +00:00
depedencies updates and fixes
This commit is contained in:
parent
4287bfcb91
commit
13cd22aea6
13 changed files with 19 additions and 13 deletions
|
@ -4,6 +4,9 @@
|
|||
#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 {
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <mutex>
|
||||
#include <SDL.h>
|
||||
|
||||
#include <SDL3/SDL_audio.h>
|
||||
#include "core/libraries/audio/audioout.h"
|
||||
|
||||
namespace Audio {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/config.h"
|
||||
|
@ -9,6 +9,10 @@
|
|||
#include "core/libraries/pad/pad.h"
|
||||
#include "input/controller.h"
|
||||
#include "sdl_window.h"
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_properties.h>
|
||||
#include <SDL3/SDL_video.h>
|
||||
#include <SDL3/SDL_events.h>
|
||||
|
||||
namespace Frontend {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue