mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
EXI_DeviceIPL: Remove old unused code
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user