blob: ec1a1f6c0ac22324a8f03caac5a9031703da0fce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Common/CommonTypes.h"
#include <vector>
extern const std::vector<u16> s_dsp_test_bin;
|