mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
split rpcs3 and hle libraries
merge rpcs3 utilities
This commit is contained in:
parent
b33e2662b6
commit
62ad27d1e2
1233 changed files with 7004 additions and 3819 deletions
7
rpcs3/Emu/cache_utils.hpp
Normal file
7
rpcs3/Emu/cache_utils.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
namespace rpcs3::cache
|
||||
{
|
||||
std::string get_ppu_cache();
|
||||
void limit_cache_size();
|
||||
} // namespace rpcs3::cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue