Update src/d/d_thp_player.cpp

Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
robojumper
2025-08-15 09:47:33 +02:00
committed by GitHub
parent ea11808636
commit 3a8b0513f0
+1 -1
View File
@@ -20,7 +20,7 @@ SPECIAL_BASE_PROFILE(THPPLAYER, dThpPlayer_c, fProfile::THPPLAYER, 0x3, 0x400);
int dThpPlayer_c::create() {
reallyCreate(mVideo::m_video->pRenderMode->fbWidth, mVideo::m_video->pRenderMode->efbHeight);
return 1;
return SUCCEEDED;
}
int dThpPlayer_c::doDelete() {