16 lines
385 B
C
16 lines
385 B
C
|
// 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;
|