AzaharPlus
|
1733f40f17
|
mentions in modified files
|
2025-04-09 15:30:35 +02:00 |
|
AzaharPlus
|
3e64dc0c8c
|
Restore features
|
2025-03-31 12:45:15 +02:00 |
|
OpenSauce04
|
d593ee2bc8
|
Applied clang-format-19 to all files
|
2025-02-27 15:24:32 +00:00 |
|
OpenSauce04
|
f3d0373afb
|
Fixed Linux compile failures
|
2025-02-27 14:26:38 +00:00 |
|
PabloMK7
|
dc1ebb63cb
|
Major revamps to match game loading decisions.
- Allow downloading titles from eshop and system settings
- Remove encrypted game support
|
2025-02-27 14:22:50 +01:00 |
|
GPUCode
|
cf9bb90ae3
|
code: Use std::span where appropriate (#6658)
* code: Use std::span when possible
* code: Prefix memcpy and memcmp with std::
|
2023-07-07 01:52:40 +03:00 |
|
Lioncash
|
3ab0701192
|
core/hw/rsa: Make GetSignature() a const member function
This doesn't directly modify instance state, so it can be made const.
|
2020-05-01 10:17:43 -04:00 |
|
Lioncash
|
75bac1e514
|
core/hw/rsa: Take std::vector instances by value
Allows us to std::move them and allow calling code to eliminate copies
from occurring entirely.
|
2020-05-01 10:14:07 -04:00 |
|
B3n30
|
ab76b0b684
|
addressed review comments
|
2020-03-28 22:47:11 +01:00 |
|
B3n30
|
eaaa76b922
|
Adressed review comments
|
2020-03-15 21:51:44 +01:00 |
|
B3n30
|
ebeea43fb8
|
Load RSA slot_0 data from bootrom; load and decrypt data from native firm for NCCHSecure2 keyslot
|
2020-02-26 16:43:53 +01:00 |
|