mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
HW/EXI: Pass System to IEXIDevice.
This commit is contained in:
@ -201,7 +201,8 @@ std::string GetRTCDisplay()
|
||||
{
|
||||
using ExpansionInterface::CEXIIPL;
|
||||
|
||||
const time_t current_time = CEXIIPL::GetEmulatedTime(CEXIIPL::UNIX_EPOCH);
|
||||
const time_t current_time =
|
||||
CEXIIPL::GetEmulatedTime(Core::System::GetInstance(), CEXIIPL::UNIX_EPOCH);
|
||||
const tm* const gm_time = gmtime(¤t_time);
|
||||
|
||||
std::ostringstream format_time;
|
||||
|
Reference in New Issue
Block a user