mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-12 08:24:12 +01:00
File descripor ID with 2 provided ways to compare between them: 1. is_mirror_of(): Test if identical: For example: when LHS writes one byte to a file at X offset, RHS file be able to read that exact byte at X offset) 2. is_coherent_with(): Test if both files point to the same file: For example: if a file descriptor pointing to the complete file exists and is being truncated to 0 bytes from non- -zero size state: this has to affect both RHS and LHS files. |
||
|---|---|---|
| .. | ||
| aes.cpp | ||
| aes.h | ||
| aesni.cpp | ||
| aesni.h | ||
| decrypt_binaries.cpp | ||
| decrypt_binaries.h | ||
| ec.cpp | ||
| ec.h | ||
| key_vault.cpp | ||
| key_vault.h | ||
| lz.cpp | ||
| lz.h | ||
| md5.cpp | ||
| md5.h | ||
| sha1.cpp | ||
| sha1.h | ||
| sha256.cpp | ||
| sha256.h | ||
| unedat.cpp | ||
| unedat.h | ||
| unpkg.cpp | ||
| unpkg.h | ||
| unself.cpp | ||
| unself.h | ||
| utils.cpp | ||
| utils.h | ||