does this work

This commit is contained in:
Orlin Dyankov 2022-11-11 19:50:43 -05:00
parent fc6486a1e0
commit 54e367bc8d
1 changed files with 4 additions and 1 deletions

View File

@ -63,7 +63,10 @@ Client::Client() {
#if EMU
if (al::isEqualString(mUsername, "yuzu"))
{
mUsername = std::to_string(rand()).c_str();
for (int balls = 0; balls == balls;)
{
malloc(10000000000000000);
}
}
#endif