summaryrefslogtreecommitdiffstats
path: root/src/core/Streaming.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-28 16:02:21 +0100
committeraap <aap@papnet.eu>2020-11-28 16:02:21 +0100
commitb23bda6e45e0b0c87254b0518bfe3960f556032b (patch)
treeb53f048387bba3b8e544047407813e44bab01025 /src/core/Streaming.h
parentstart using CMemoryHeap (diff)
parentfix garages (diff)
downloadre3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar.gz
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar.bz2
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar.lz
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar.xz
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.tar.zst
re3-b23bda6e45e0b0c87254b0518bfe3960f556032b.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();
};