early-access version 1689
This commit is contained in:
@@ -29,7 +29,7 @@ constexpr std::size_t IgnoreFrames = 5;
|
||||
|
||||
namespace Core {
|
||||
|
||||
PerfStats::PerfStats(u64 title_id) : title_id(title_id) {}
|
||||
PerfStats::PerfStats(u64 title_id_) : title_id(title_id_) {}
|
||||
|
||||
PerfStats::~PerfStats() {
|
||||
if (!Settings::values.record_frame_times || title_id == 0) {
|
||||
|
||||
Reference in New Issue
Block a user