mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Merge pull request #53 from lioncash/remove-another-xchg
Remove function Xchg from SWStatistics.cpp.
This commit is contained in:
commit
28b5c8be47
@ -6,14 +6,6 @@
|
|||||||
|
|
||||||
SWStatistics swstats;
|
SWStatistics swstats;
|
||||||
|
|
||||||
template <class T>
|
|
||||||
void Xchg(T& a, T&b)
|
|
||||||
{
|
|
||||||
T c = a;
|
|
||||||
a = b;
|
|
||||||
b = c;
|
|
||||||
}
|
|
||||||
|
|
||||||
SWStatistics::SWStatistics()
|
SWStatistics::SWStatistics()
|
||||||
{
|
{
|
||||||
frameCount = 0;
|
frameCount = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user