rpcs3/rpcs3/Emu/cache_utils.hpp

7 lines
97 B
C++

#pragma once
namespace rpcs3::cache
{
std::string get_ppu_cache();
void limit_cache_size();
}