diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-26 17:11:55 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-26 17:11:55 +0100 |
commit | 491274f188c953ae0528248a7fcbe25fb78701f7 (patch) | |
tree | 09c736b2a1baf92e632fc9c099438717a77f3f10 /src/core/Streaming.h | |
parent | Merge pull request #838 from aap/master (diff) | |
download | re3-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 '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(); }; |