mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
17
src/Cafe/HW/Latte/Core/LatteBufferCache.h
Normal file
17
src/Cafe/HW/Latte/Core/LatteBufferCache.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#pragma once
|
||||
|
||||
void LatteBufferCache_init(size_t bufferSize);
|
||||
|
||||
uint32 LatteBufferCache_retrieveDataInCache(MPTR physAddress, uint32 size);
|
||||
void LatteBufferCache_copyStreamoutDataToCache(MPTR physAddress, uint32 size, uint32 streamoutBufferOffset);
|
||||
void LatteBufferCache_invalidate(MPTR physAddress, uint32 size);
|
||||
|
||||
void LatteBufferCache_notifyDCFlush(MPTR address, uint32 size);
|
||||
void LatteBufferCache_processDCFlushQueue();
|
||||
|
||||
void LatteBufferCache_processDeallocations();
|
||||
void LatteBufferCache_incrementalCleanup();
|
||||
|
||||
void LatteBufferCache_getStats(uint32& heapSize, uint32& allocationSize, uint32& allocNum);
|
||||
|
||||
void LatteBufferCache_notifySwapTVScanBuffer();
|
Loading…
Add table
Add a link
Reference in a new issue