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:
Shawn Hoffman
2009-02-04 04:34:31 +00:00
parent 2d5c0a509c
commit 701d4146b6
12 changed files with 276 additions and 149 deletions

View File

@ -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();
}