2014-05-17 23:07:51 +02:00
|
|
|
// Copyright 2014 Citra Emulator Project
|
2014-12-16 21:38:14 -08: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-27 20:51:59 -08:00
|
|
|
#include "video_core/regs_texturing.h"
|
2014-05-17 23:07:51 +02:00
|
|
|
namespace Pica {
|
|
|
|
|
2015-05-13 23:29:27 -04:00
|
|
|
/// Initialize Pica state
|
|
|
|
void Init();
|
|
|
|
|
|
|
|
/// Shutdown Pica state
|
|
|
|
void Shutdown();
|
|
|
|
|
2018-03-09 10:54:43 -07:00
|
|
|
} // namespace Pica
|