mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Remove unnecessary Src/ folders
This commit is contained in:
20
Source/Core/VideoCommon/DLCache.h
Normal file
20
Source/Core/VideoCommon/DLCache.h
Normal file
@ -0,0 +1,20 @@
|
||||
// Copyright 2013 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _DLCACHE_H
|
||||
#define _DLCACHE_H
|
||||
|
||||
bool HandleDisplayList(u32 address, u32 size);
|
||||
void IncrementCheckContextId();
|
||||
|
||||
namespace DLCache {
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
void ProgressiveCleanup();
|
||||
void Clear();
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // _DLCACHE_H
|
Reference in New Issue
Block a user