Files
dolphin/Source/Core/VideoBackends/Software/EfbCopy.h
T

16 lines
265 B
C++
Raw Normal View History

// Copyright 2008 Dolphin Emulator Project
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
2014-09-07 20:06:58 -05:00
#include "Common/CommonTypes.h"
namespace EfbCopy
{
// Copy the EFB to RAM as a texture format or XFB
void CopyEfb();
2015-10-09 20:50:36 +02:00
void ClearEfb();
}