Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-26 | common: Add Common::DivCeil and Common::DivCeilLog2 | ReinUsesLisp | 1 | -0/+26 | |
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative. |
index : anonymous/yuzu | ||
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind, | mirror |
summaryrefslogtreecommitdiffstats |
Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-26 | common: Add Common::DivCeil and Common::DivCeilLog2 | ReinUsesLisp | 1 | -0/+26 | |
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative. |