mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
eaa211212d
commit
766b5514f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue