Throttle reactivated. It's not very good, though.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@13 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-07-16 21:07:18 +00:00
parent ea934759e1
commit 03814840f5

View file

@ -153,8 +153,6 @@ int timeHistory[HISTORYLENGTH] = {0,0,0,0,0};
void Throttle(u64 userdata, int cyclesLate)
{
return;
static Common::Timer timer;
for (int i=0; i<HISTORYLENGTH-1; i++)