From 4c374cd58a00aed9091c323045058e7667eb71fd Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Mon, 31 Dec 2012 15:27:36 +1300 Subject: [PATCH] Improve file search speeds by deleting an unused file. --- Source/Core/DolphinWX/Src/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/Src/Main.cpp b/Source/Core/DolphinWX/Src/Main.cpp index 75725337c8..338ed59547 100644 --- a/Source/Core/DolphinWX/Src/Main.cpp +++ b/Source/Core/DolphinWX/Src/Main.cpp @@ -271,6 +271,7 @@ bool DolphinApp::OnInit() #ifdef _WIN32 if (File::Exists("www.dolphin-emulator.com.txt")) { + File::Delete("www.dolphin-emulator.com.txt"); MessageBox(NULL, 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/",