Skip to content

Commit

Permalink
v 1.1.1
Browse files Browse the repository at this point in the history
Fix wrong project file naming because OCD
  • Loading branch information
hfiref0x committed Sep 23, 2021
1 parent 0e6c207 commit 048664b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions KDU.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ d45cf40c855a135898e4b35d0b5b2d00e3ad251a97d3f47990248116f22ff45e *Source\Example
1a429882d1bfd0455b00155d19dc4dd494e25e80a87fd3a0f9b318b33ac1b871 *Source\Examples\DummyDrv2\dummy\main.c
103a979ec980d48e7c27199433b0ecbb1fdcdebf8ee96c84c8db2cae0aa4ced8 *Source\Examples\DummyDrv2\dummy\main.h
10b9fe09b9357cb3c35a00a8b09ae24141ec5941a37c461c2a296d822aa2b512 *Source\Examples\DummyDrv2\dummy\r3request.c
cdfccae79b68bc7e66063d9a625caf32ef834e9e050b658b2bfa180b806290f8 *Source\Hamakaze\compess.cpp
cdfccae79b68bc7e66063d9a625caf32ef834e9e050b658b2bfa180b806290f8 *Source\Hamakaze\compress.cpp
09fa3cdaa1416b81ba5ee304cf24897726902b9d33a76d879f604b7fe26b4dcc *Source\Hamakaze\compress.h
acb25477b7f510a22cdbb8f8fa3761bded6aaf47270b6714b336eab5f50044ee *Source\Hamakaze\consts.h
405d06a619c3f8194af6ed4953f4facbcd1b9cf839ab085a64825131b44e9533 *Source\Hamakaze\drvmap.cpp
bf441b39bc025f2222b1e40fd1afde4fe997b251bce19423cc02b462c5ca929e *Source\Hamakaze\drvmap.h
bbe92082740904e98938dbf615ca5c90fecc436eba56b4de01a50e4879bd1b3e *Source\Hamakaze\dsefix.cpp
c8b1ae58b617d925bf2a19fd5c0a21071f653458d175482c2f2e74b55ecb6066 *Source\Hamakaze\dsefix.h
e807980816397dfdb4cc89c9d549b5f363f0f8fa504f50cc5cc16053b7821c8b *Source\Hamakaze\global.h
a55ad0fc69cd526ef95b76b87ab67dd03dad71e885d891f4ee544dc4414a8fc3 *Source\Hamakaze\KDU.vcxproj
2221ab91ba32ccbfed1838e242a0cb3c81b919a96bcd5749e1a594df6d73468d *Source\Hamakaze\KDU.vcxproj.filters
94fe6984818d83d42f2de2992cfdc6fa27ed8abc6f53ce782c17d0a7d10c6c49 *Source\Hamakaze\KDU.vcxproj
4cab2041b7531b4897da7742d1d7bec19ed30d2d7e829458e82a3c8abf32b269 *Source\Hamakaze\KDU.vcxproj.filters
526fb739aeafd4584983066a00e8d94f267651ceb1bd046065b8d7465b9bf265 *Source\Hamakaze\KDU.vcxproj.user
a8e8429c248c3fb2d2a84877990f129ee1d4a77af267a63c55c579efadd6cc03 *Source\Hamakaze\kduplist.h
c3b6c78d3d4a4542fbfe574a6c22ad7a6b9576670be8595261f3fead29d719de *Source\Hamakaze\kduprov.cpp
Expand Down
2 changes: 1 addition & 1 deletion Source/Hamakaze/KDU.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<ClCompile Include="..\Shared\minirtl\_strlen.c" />
<ClCompile Include="..\Shared\minirtl\_strncpy.c" />
<ClCompile Include="..\Shared\tinyaes\aes.c" />
<ClCompile Include="compess.cpp" />
<ClCompile Include="compress.cpp" />
<ClCompile Include="drvmap.cpp" />
<ClCompile Include="dsefix.cpp" />
<ClCompile Include="hde\hde64.c" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Hamakaze/KDU.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ClCompile Include="pagewalk.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="compess.cpp">
<ClCompile Include="compress.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="idrv\mapmem.cpp">
Expand Down
File renamed without changes.

0 comments on commit 048664b

Please sign in to comment.