Improve file search speeds by deleting an unused file.
This commit is contained in:
parent
bcf1f54c65
commit
4c374cd58a
|
@ -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/",
|
||||||
|
|
Loading…
Reference in New Issue