From 2c5082b397b6893b11dc0efaa6096db4650ca3d3 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 16 Mar 2026 22:34:46 +0000 Subject: [PATCH] fix shit --- src/audio_core/sink/ps4_sink.cpp | 2 +- src/common/virtual_buffer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio_core/sink/ps4_sink.cpp b/src/audio_core/sink/ps4_sink.cpp index 42b151f49f..f7a54254b5 100644 --- a/src/audio_core/sink/ps4_sink.cpp +++ b/src/audio_core/sink/ps4_sink.cpp @@ -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" diff --git a/src/common/virtual_buffer.cpp b/src/common/virtual_buffer.cpp index 8acb75fc57..3183bb98c0 100644 --- a/src/common/virtual_buffer.cpp +++ b/src/common/virtual_buffer.cpp @@ -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