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