yuzu/src/shader_recompiler/precompiled_headers.h
2022-11-29 18:50:49 -05:00

14 lines
274 B
C++

// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <algorithm>
#include <chrono>
#include <memory>
#include <fmt/format.h>
#include "common/assert.h"
#include "frontend/maxwell/translate/impl/impl.h"