mirror of
https://github.com/zeldaret/ss
synced 2026-06-19 23:43:01 -04:00
Update src/d/d_thp_player.cpp
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user