Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make game install screen
09-14-2022, 12:02 PM
Post: #1
How to make game install screen
https://imgbb.com/FKzJpkc

This code don't work
Code:
int PSPGamedataInstallDialog::Update(int animSpeed) {
    if (GetStatus() != SCE_UTILITY_STATUS_RUNNING)
        return SCE_ERROR_UTILITY_INVALID_STATUS;


    StartDraw();
    PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x9EF2D8D0));
    EndDraw();

I want to be a crash fixer
PM me if you want to me look a game
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: