diff options
author | aap <aap@papnet.eu> | 2020-11-28 16:02:21 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-28 16:02:21 +0100 |
commit | b23bda6e45e0b0c87254b0518bfe3960f556032b (patch) | |
tree | b53f048387bba3b8e544047407813e44bab01025 /src/core/Streaming.h | |
parent | start using CMemoryHeap (diff) | |
parent | fix garages (diff) | |
download | re3-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 'src/core/Streaming.h')
-rw-r--r-- | src/core/Streaming.h | 2 |
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(); }; |