mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +01:00
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:
parent
ea934759e1
commit
03814840f5
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user