mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* Fix always-true conditions in sceNp module * gl_render_targets: useless check on unsigned variable, possible bug * fixed UB in crypto utility functions * copy-paste error in vk::init_default_resources * pass strings by const ref * Dont copy vectors. Make sure copies are not needed because functions are used in a multi-threaded context. |
||
|---|---|---|
| .. | ||
| aes.cpp | ||
| aes.h | ||
| ec.cpp | ||
| ec.h | ||
| key_vault.cpp | ||
| key_vault.h | ||
| lz.cpp | ||
| lz.h | ||
| sha1.cpp | ||
| sha1.h | ||
| unedat.cpp | ||
| unedat.h | ||
| unpkg.cpp | ||
| unpkg.h | ||
| unself.cpp | ||
| unself.h | ||
| utils.cpp | ||
| utils.h | ||