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