diff --git a/JGE/src/JGE.cpp b/JGE/src/JGE.cpp index d8d60039f..7b2e33497 100644 --- a/JGE/src/JGE.cpp +++ b/JGE/src/JGE.cpp @@ -313,8 +313,7 @@ int JGE::GetTime(void) u64 curr; sceRtcGetCurrentTick(&curr); - - return (int)(curr / mTickFrequency); + return (int)((curr * 1000) / mTickFrequency); } diff --git a/projects/mtg/src/GameStateOptions.cpp b/projects/mtg/src/GameStateOptions.cpp index 731776fba..f84c9e5b3 100644 --- a/projects/mtg/src/GameStateOptions.cpp +++ b/projects/mtg/src/GameStateOptions.cpp @@ -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",