mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Oops this breaks windows
This commit is contained in:
parent
d5e393485f
commit
f201f512af
@ -62,7 +62,6 @@ struct ProcessorTime
|
||||
}
|
||||
|
||||
};
|
||||
#endif
|
||||
|
||||
std::istream& operator>>(std::istream& input, ProcessorTime & times)
|
||||
{
|
||||
@ -80,6 +79,7 @@ std::istream& operator>>(std::istream& input, ProcessorTime & times)
|
||||
input >> times.guest_nice;
|
||||
return input;
|
||||
}
|
||||
#endif
|
||||
|
||||
struct OverlayStats
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user