diff --git a/Core/SpcHud.cpp b/Core/SpcHud.cpp index 495f19b..ddec3d1 100644 --- a/Core/SpcHud.cpp +++ b/Core/SpcHud.cpp @@ -18,13 +18,11 @@ void SpcHud::Draw(uint32_t frame) _hud->DrawString(20, 30, "Track:", 0xBBBBBB, 0, 1, frame); _hud->DrawString(20, 40, "Artist:", 0xBBBBBB, 0, 1, frame); _hud->DrawString(20, 50, "Comment:", 0xBBBBBB, 0, 1, frame); - _hud->DrawString(20, 60, "Dumper:", 0xBBBBBB, 0, 1, frame); _hud->DrawString(70, 20, _spcData->GameTitle, 0xFFFFFF, 0, 1, frame); _hud->DrawString(70, 30, _spcData->SongTitle, 0xFFFFFF, 0, 1, frame); _hud->DrawString(70, 40, _spcData->Artist, 0xFFFFFF, 0, 1, frame); _hud->DrawString(70, 50, _spcData->Comment, 0xFFFFFF, 0, 1, frame); - _hud->DrawString(70, 60, _spcData->Dumper, 0xFFFFFF, 0, 1, frame); int16_t left, right; _mixer->GetLastSamples(left, right); diff --git a/UI/Dependencies/resources.en.xml b/UI/Dependencies/resources.en.xml index 90119c2..3a7ac9d 100644 --- a/UI/Dependencies/resources.en.xml +++ b/UI/Dependencies/resources.en.xml @@ -648,7 +648,7 @@ Wave files (*.wav)|*.wav|All Files (*.*)|*.* Avi files (*.avi)|*.avi|All Files (*.*)|*.* Palette Files (*.pal)|*.pal|All Files (*.*)|*.* - All supported formats (*.sfc, *.zip, *.7z)|*.SFC;*.SMC;*.SWC;*.FIG;*.ZIP;*.7Z|SNES Roms (*.sfc)|*.SFC;*.SMC;*.SWC;*.FIG|ZIP Archives (*.zip)|*.ZIP|7-Zip Archives (*.7z)|*.7z|All (*.*)|*.* + All supported formats (*.sfc, *.spc, *.zip, *.7z)|*.SFC;*.SMC;*.SWC;*.FIG;*.ZIP;*.7Z;*.SPC|SNES Roms (*.sfc)|*.SFC;*.SMC;*.SWC;*.FIG|SPC Sound Files (*.spc)|*.SPC|ZIP Archives (*.zip)|*.ZIP|7-Zip Archives (*.7z)|*.7z|All (*.*)|*.* All supported formats (*.nes, *.zip, *.7z, *.fds, *.nsf, *.nsfe, *.unf, *.ips, *.bps, *.ups)|*.NES;*.ZIP;*.7z;*.IPS;*.BPS;*.UPS;*.FDS;*.NSF;*.NSFE;*.UNF|NES Roms (*.nes, *.unf)|*.NES;*.UNF|Famicom Disk System Roms (*.fds)|*.FDS|NSF files (*.nsf, *.nsfe)|*.nsf;*.nsfe|ZIP Archives (*.zip)|*.ZIP|7-Zip Archives (*.7z)|*.7z|IPS/UPS/BPS Patches (*.ips, *.bps, *.ups)|*.IPS;*.BPS;*.UPS|All (*.*)|*.* Test files (*.mtp)|*.mtp|All (*.*)|*.* All supported formats (*.cht, *.xml)|*.cht;*.xml