Erwan - fix issue 118

This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-21 13:49:31 +00:00
parent 8583d8a3d4
commit c1dc258ef0
2 changed files with 2 additions and 3 deletions

View File

@@ -313,8 +313,7 @@ int JGE::GetTime(void)
u64 curr;
sceRtcGetCurrentTick(&curr);
return (int)(curr / mTickFrequency);
return (int)((curr * 1000) / mTickFrequency);
}

View File

@@ -129,7 +129,7 @@ void GameStateOptions::Render()
JRenderer::GetInstance()->ClearScreen(ARGB(0,0,0,0));
const char * const CreditsText[] = {
"Wagic, The Homebrew?! by WilLoW",
"Wagic, The Homebrew?! by wololo",
"",
"updates, new cards, and more on http://wololo.net/wagic",
"Many thanks to the devs and card creators who help this project",