summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/DSP/DSPTestBinary.h
blob: 3dbcde26163d351c4a80180c9cca0b035edfc107 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "Common/CommonTypes.h"

#include <vector>

extern const std::vector<u16> s_dsp_test_bin;