Skip to content

Commit

Permalink
v0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
VTSTech committed Oct 18, 2020
1 parent f4781f3 commit 3bf9222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ An example CRC32 implementation for the PS2
# file_crc32(char device[], char path[], char fn[])

Expected param format

device "mc0:/"

path "APPS/"

fn "FILE.EXT"

<pre>
Expand All @@ -20,6 +23,7 @@ fn "FILE.EXT"

# str_crc32(char str[])
Expected param format

str "any string"

<pre>
Expand Down

0 comments on commit 3bf9222

Please sign in to comment.