2014-05-17 21:07:51 +00:00
|
|
|
// Copyright 2014 Citra Emulator Project
|
2014-12-17 05:38:14 +00:00
|
|
|
// Licensed under GPLv2 or any later version
|
2014-05-17 21:07:51 +00:00
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2017-01-28 04:51:59 +00:00
|
|
|
#include "video_core/regs_texturing.h"
|
2014-05-17 21:07:51 +00:00
|
|
|
namespace Pica {
|
|
|
|
|
2015-05-14 03:29:27 +00:00
|
|
|
/// Initialize Pica state
|
|
|
|
void Init();
|
|
|
|
|
|
|
|
/// Shutdown Pica state
|
|
|
|
void Shutdown();
|
|
|
|
|
2014-05-18 20:50:41 +00:00
|
|
|
} // namespace
|