mirror of https://github.com/PCSX2/pcsx2.git
3rdparty/rcheevos: Hash functions are not needed
This commit is contained in:
parent
9225fa9efd
commit
46931072c7
|
@ -41,8 +41,6 @@ add_library(rcheevos
|
||||||
src/rc_compat.h
|
src/rc_compat.h
|
||||||
src/rc_util.c
|
src/rc_util.c
|
||||||
src/rc_version.h
|
src/rc_version.h
|
||||||
src/rhash/cdreader.c
|
|
||||||
src/rhash/hash.c
|
|
||||||
src/rhash/md5.c
|
src/rhash/md5.c
|
||||||
src/rhash/md5.h
|
src/rhash/md5.h
|
||||||
src/rurl/url.c
|
src/rurl/url.c
|
||||||
|
|
|
@ -52,7 +52,6 @@
|
||||||
<ClCompile Include="src\rc_client.c" />
|
<ClCompile Include="src\rc_client.c" />
|
||||||
<ClCompile Include="src\rc_compat.c" />
|
<ClCompile Include="src\rc_compat.c" />
|
||||||
<ClCompile Include="src\rc_util.c" />
|
<ClCompile Include="src\rc_util.c" />
|
||||||
<ClCompile Include="src\rhash\hash.c" />
|
|
||||||
<ClCompile Include="src\rhash\md5.c" />
|
<ClCompile Include="src\rhash\md5.c" />
|
||||||
<ClCompile Include="src\rurl\url.c" />
|
<ClCompile Include="src\rurl\url.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -33,9 +33,6 @@
|
||||||
<ClCompile Include="src\rapi\rc_api_common.c">
|
<ClCompile Include="src\rapi\rc_api_common.c">
|
||||||
<Filter>rapi</Filter>
|
<Filter>rapi</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="src\rhash\hash.c">
|
|
||||||
<Filter>rhash</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="src\rhash\md5.c">
|
<ClCompile Include="src\rhash\md5.c">
|
||||||
<Filter>rhash</Filter>
|
<Filter>rhash</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Reference in New Issue