Improve file search speeds by deleting an unused file.

This commit is contained in:
Matthew Parlane 2012-12-31 15:27:36 +13:00
parent bcf1f54c65
commit 4c374cd58a
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ bool DolphinApp::OnInit()
#ifdef _WIN32 #ifdef _WIN32
if (File::Exists("www.dolphin-emulator.com.txt")) if (File::Exists("www.dolphin-emulator.com.txt"))
{ {
File::Delete("www.dolphin-emulator.com.txt");
MessageBox(NULL, MessageBox(NULL,
L"This version of Dolphin was downloaded from a website stealing money from developers of the emulator. Please " L"This version of Dolphin was downloaded from a website stealing money from developers of the emulator. Please "
L"download Dolphin from the official website instead: http://dolphin-emu.org/", L"download Dolphin from the official website instead: http://dolphin-emu.org/",