Replace GhosteShop Logo On Credits Screen

This commit is contained in:
dark98
2021-07-02 19:06:10 +01:00
parent f24f101f25
commit 5a29902bd3
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.
+1 -1
View File
@@ -57,7 +57,7 @@ void Overlays::ShowCredits() {
Gui::DrawStringCentered(0, 218, 0.6f, TEXT_COLOR, Lang::get("CURRENT_VERSION") + std::string(V_STRING), 390, 0, font);
GFX::DrawBottom();
//GFX::DrawSprite(sprites_DarkStore_core_idx, 0, 0);
GFX::DrawSprite(sprites_DarkStore_core_idx, 0, 0);
C3D_FrameEnd(0);
hidScanInput();