Skip to content

Commit

Permalink
Fix the crash of PSV OpenGL version
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jan 12, 2025
1 parent 5192ca2 commit 92b6ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/lib/platforms/psv/psv_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ PsvPlatform::PsvPlatform()

PsvPlatform::~PsvPlatform()
{
#ifdef BOREALIS_USE_GXM
delete this->audioPlayer;
delete this->inputManager;
delete this->imeManager;
delete this->videoContext;
#endif
}

void PsvPlatform::createWindow(std::string windowTitle, uint32_t windowWidth, uint32_t windowHeight, float windowXPos, float windowYPos)
Expand Down

0 comments on commit 92b6ffe

Please sign in to comment.