Files
dolphin/Source/UnitTests/Core/IOS/ES/TestBinaryData.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
385 B
C++
Raw Normal View History

2017-03-25 13:46:21 +01:00
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <array>
#include <cstddef>
#include "Common/CommonTypes.h"
extern const std::array<u8, 520> soup01_tmd;
extern const std::array<u8, 108> soup01_tmd_view;
extern const std::array<u8, 1312> ios59_tmd;
extern const std::array<u8, 460> ios59_tmd_view;