Erwan - fix issue 118
This commit is contained in:
+1
-2
@@ -313,8 +313,7 @@ int JGE::GetTime(void)
|
|||||||
|
|
||||||
u64 curr;
|
u64 curr;
|
||||||
sceRtcGetCurrentTick(&curr);
|
sceRtcGetCurrentTick(&curr);
|
||||||
|
return (int)((curr * 1000) / mTickFrequency);
|
||||||
return (int)(curr / mTickFrequency);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ void GameStateOptions::Render()
|
|||||||
JRenderer::GetInstance()->ClearScreen(ARGB(0,0,0,0));
|
JRenderer::GetInstance()->ClearScreen(ARGB(0,0,0,0));
|
||||||
|
|
||||||
const char * const CreditsText[] = {
|
const char * const CreditsText[] = {
|
||||||
"Wagic, The Homebrew?! by WilLoW",
|
"Wagic, The Homebrew?! by wololo",
|
||||||
"",
|
"",
|
||||||
"updates, new cards, and more on http://wololo.net/wagic",
|
"updates, new cards, and more on http://wololo.net/wagic",
|
||||||
"Many thanks to the devs and card creators who help this project",
|
"Many thanks to the devs and card creators who help this project",
|
||||||
|
|||||||
Reference in New Issue
Block a user