Browse Source

fix build

pull/3317/head
DraVee 3 weeks ago
parent
commit
16144f2cfa
  1. 2
      src/audio_core/adsp/adsp.h
  2. 8
      src/video_core/macro.cpp

2
src/audio_core/adsp/adsp.h

@ -6,6 +6,8 @@
#pragma once
#include <optional>
#include "audio_core/adsp/apps/audio_renderer/audio_renderer.h"
#include "audio_core/adsp/apps/opus/opus_decoder.h"
#include "common/common_types.h"

8
src/video_core/macro.cpp

@ -4,15 +4,15 @@
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef ARCHITECTURE_x86_64
#include <xbyak/xbyak.h>
#endif
#include <cstring>
#include <fstream>
#include <optional>
#include <span>
#include <fstream>
#ifdef ARCHITECTURE_x86_64
#include <xbyak/xbyak.h>
#endif
#include "common/assert.h"
#include "common/scope_exit.h"

Loading…
Cancel
Save