mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
meh
This commit is contained in:
parent
2c393d35f0
commit
98c174edc4
520 changed files with 74815 additions and 58942 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "VideoCommon/TextureConfig.h"
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
#include "VideoCommon/TextureInfo.h"
|
||||
#include "VideoCommon/TextureUtils.h"
|
||||
#include "VideoCommon/VideoEvents.h"
|
||||
|
||||
class AbstractFramebuffer;
|
||||
|
@ -460,6 +461,8 @@ private:
|
|||
|
||||
Common::EventHook m_frame_event =
|
||||
AfterFrameEvent::Register([this](Core::System&) { OnFrameEnd(); }, "TextureCache");
|
||||
|
||||
VideoCommon::TextureUtils::TextureDumper m_texture_dumper;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<TextureCacheBase> g_texture_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue