Skip to content

Commit

Permalink
Bugfix: bottom screen messages off
Browse files Browse the repository at this point in the history
Bugfix: bottom screen messages off
  • Loading branch information
xonn83 committed Dec 2, 2020
1 parent 9169f23 commit 0f2683e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified picodrive3DS_bottom.3dsx
Binary file not shown.
Binary file modified picodrive3DS_bottom.cia
Binary file not shown.
Binary file removed picodrive3DS_bottom.elf
Binary file not shown.
Binary file removed picodrive3DS_bottom.smdh
Binary file not shown.
4 changes: 2 additions & 2 deletions src/cores/picodrive/3ds/3dsimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,8 @@ void impl3dsEmulationEnd()
//---------------------------------------------------------
void impl3dsEmulationPaused()
{
ui3dsDrawRect(50, 140, 270, 154, 0x000000);
ui3dsDrawStringWithNoWrapping(50, 140, 270, 154, 0x3f7fff, HALIGN_CENTER, "Saving SRAM to SD card...");
//ui3dsDrawRect(50, 140, 270, 154, 0x000000);
//ui3dsDrawStringWithNoWrapping(50, 140, 270, 154, 0x3f7fff, HALIGN_CENTER, "Saving SRAM to SD card...");

// ** Save SRAM
emu_save_load_sram(file3dsReplaceFilenameExtension(romFileNameFullPath, ".sram"), 0);
Expand Down

0 comments on commit 0f2683e

Please sign in to comment.