summaryrefslogtreecommitdiffstats
path: root/src/core/Streaming.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-26 17:11:55 +0100
committerSergeanur <s.anureev@yandex.ua>2020-11-26 17:11:55 +0100
commit491274f188c953ae0528248a7fcbe25fb78701f7 (patch)
tree09c736b2a1baf92e632fc9c099438717a77f3f10 /src/core/Streaming.h
parentMerge pull request #838 from aap/master (diff)
downloadre3-491274f188c953ae0528248a7fcbe25fb78701f7.tar
re3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.gz
re3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.bz2
re3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.lz
re3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.xz
re3-491274f188c953ae0528248a7fcbe25fb78701f7.tar.zst
re3-491274f188c953ae0528248a7fcbe25fb78701f7.zip
Diffstat (limited to '')
-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();
};