blob: c938b03c8af36d49018ec36b62b802898638b524 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
extern const char s_dsp_test_text[8434];
|