mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 10:37:02 +00:00
Remove remnants of frame profiler code
This commit is contained in:
parent
4a04fab9c4
commit
45072fccb2
8 changed files with 9 additions and 81 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue