summaryrefslogtreecommitdiff
path: root/src/core/Streaming.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-26 18:11:55 +0200
committerSergeanur <s.anureev@yandex.ua>2020-11-26 18:11:55 +0200
commit491274f188c953ae0528248a7fcbe25fb78701f7 (patch)
tree09c736b2a1baf92e632fc9c099438717a77f3f10 /src/core/Streaming.h
parentMerge pull request #838 from aap/master (diff)
downloadre3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.gz
CStreaming::PrintStreamingBufferState
Diffstat (limited to 'src/core/Streaming.h')
-rw-r--r--src/core/Streaming.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Streaming.h b/src/core/Streaming.h
index 0b2ff124..ee9183a5 100644
--- a/src/core/Streaming.h
+++ b/src/core/Streaming.h
@@ -188,4 +188,6 @@ public:
static void MemoryCardLoad(uint8 *buffer, uint32 length);
static void UpdateForAnimViewer(void);
+
+ static void PrintStreamingBufferState();
};