You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unclear what a good path forward here is. We don't want to implement all the purpose-specific protocols in a HLE-approach, but LLE is tricky to get working at all and it's unclear whether it's fast enough. Is there a good point in the stack that we could HLE to get the best of both worlds?
There are several possible points of attack:
Application-facing networking ARM11 modules: HTTP, SSL, etc.
These all seem to refer to either SOC or NWM, so HLEing them seems redundant
Low-level ARM11 modules: SOC, BOSS, CECD, parts of NWM
SOC/BOSS/CECD are implemented in terms of NWM, but their interface is easier to reverse-engineer
Unclear what a good path forward here is. We don't want to implement all the purpose-specific protocols in a HLE-approach, but LLE is tricky to get working at all and it's unclear whether it's fast enough. Is there a good point in the stack that we could HLE to get the best of both worlds?
There are several possible points of attack:
Prior art:
The text was updated successfully, but these errors were encountered: