Remove remnants of frame profiler code

This commit is contained in:
Exzap 2023-06-24 08:04:40 +02:00
parent 4a04fab9c4
commit 45072fccb2
8 changed files with 9 additions and 81 deletions

View file

@ -174,16 +174,6 @@ void ActiveSettings::EnableDumpLibcurlRequests(bool state)
s_dump_libcurl_requests = state;
}
bool ActiveSettings::FrameProfilerEnabled()
{
return s_frame_profiler_enabled;
}
void ActiveSettings::EnableFrameProfiler(bool state)
{
s_frame_profiler_enabled = state;
}
bool ActiveSettings::VPADDelayEnabled()
{
const uint64 titleId = CafeSystem::GetForegroundTitleId();