summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/EfbCopy.h
blob: a544b3245e2f57004f50f0f33fd1fdc05d63d778 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

namespace EfbCopy
{
void ClearEfb();
}