mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
cleanup testsuite a bit and add simple test of wii RTC (it's off about 8yrs 4 days)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2103 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -30,7 +30,7 @@ int main()
|
||||
while(1)
|
||||
{
|
||||
gc_time = time(NULL);
|
||||
std::cout<<"\x1b[10;0HRTC time is"<<ctime(&gc_time);
|
||||
std::cout<<"\x1b[10;0HGC RTC time is"<<ctime(&gc_time);
|
||||
|
||||
VIDEO_WaitVSync();
|
||||
}
|
||||
|
Reference in New Issue
Block a user