From 766b5514f0b6eb2a8f77d87e6d39f89d49b2d20a Mon Sep 17 00:00:00 2001 From: Dominic Guana Date: Sat, 30 Jan 2016 06:41:19 +0800 Subject: [PATCH] Fix Windows Resource file name error The original file name is given by SampleProf.cp However this is not the file we could find in any Code or Directory of PCSX2, rather it should be: SamplProf.cpp --- pcsx2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt index 79392e6f92..728a28ea47 100644 --- a/pcsx2/CMakeLists.txt +++ b/pcsx2/CMakeLists.txt @@ -483,7 +483,7 @@ set(pcsx2WindowsSources windows/DwmSetup.cpp windows/ini.cpp windows/PatchBrowser.cpp - windows/SampleProf.cp + windows/SamplProf.cpp windows/WinCompressNTFS.cpp windows/WinConsolePipe.cpp windows/WinSysExec.cpp)