mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
EXI_DeviceIPL: Remove old unused code
This commit is contained in:
parent
b0e2642883
commit
8155a253c6
1 changed files with 0 additions and 17 deletions
|
@ -430,23 +430,6 @@ u32 CEXIIPL::GetGCTime()
|
|||
}
|
||||
|
||||
return ((u32)ltime - cJanuary2000);
|
||||
|
||||
#if 0
|
||||
// (mb2): I think we can get rid of the IPL bias.
|
||||
// I know, it's another hack so I let the previous code for a while.
|
||||
|
||||
// Get SRAM bias
|
||||
u32 Bias;
|
||||
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
((u8*)&Bias)[i] = sram_dump[0xc + (i^3)];
|
||||
}
|
||||
|
||||
// Get the time ...
|
||||
u64 ltime = Common::Timer::GetTimeSinceJan1970();
|
||||
return ((u32)ltime - cJanuary2000 - Bias);
|
||||
#endif
|
||||
}
|
||||
|
||||
u32 CEXIIPL::GetGCTimeJan1970()
|
||||
|
|
Loading…
Add table
Reference in a new issue