2024-01-14 06:11:26 -05:00
|
|
|
// Copyright 2024 xensik. All rights reserved.
|
2023-05-13 13:24:57 -04:00
|
|
|
//
|
|
|
|
// Use of this source code is governed by a GNU GPLv3 license
|
|
|
|
// that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "xsk/arc/engine/t6.hpp"
|
|
|
|
|
|
|
|
namespace xsk::arc::t6::wiiu
|
|
|
|
{
|
|
|
|
|
|
|
|
constexpr u64 header_magic = 0x804753430D0A0006;
|
|
|
|
|
|
|
|
class context : public arc::context
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
context();
|
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace xsk::arc::t6::wiiu
|