This commit is contained in:
lizzie 2026-03-16 22:34:46 +00:00
parent c79ca350c2
commit 2c5082b397
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#include "audio_core/common/common.h"
#include "audio_core/sink/ps4_sink.h"
#include "audio_core/sink/sink_stream.h"
#include "common/logging/log.h"
#include "common/logging.h"
#include "common/scope_exit.h"
#include "core/core.h"

View file

@ -23,7 +23,7 @@ extern "C" int32_t sceKernelInstallExceptionHandler(int32_t signum, SceKernelExc
#include "common/assert.h"
#include "common/virtual_buffer.h"
#include "common/logging/log.h"
#include "common/logging.h"
// PlayStation 4
// Flag needs to be undef-ed on non PS4 since it has different semantics