The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





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 


Messages In This Thread
How to make game install screen - sum2012 - 09-14-2022 12:02 PM

Forum Jump: