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
This commit is contained in:
Dominic Guana 2016-01-30 06:41:19 +08:00
parent eaa211212d
commit 766b5514f0
1 changed files with 1 additions and 1 deletions

View File

@ -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)