summaryrefslogtreecommitdiff
path: root/src/common/timer.h
AgeCommit message (Collapse)Author
2021-01-15common/timer: RemoveLioncash
This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists.
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
2018-07-29Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵zhupengfei
platform-dependent code"
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-08-17Common: Move header guards over to pragma onceLioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei