misson20000 / twili

Homebrew debug monitor for the Nintendo Switch.
GNU General Public License v3.0
184 stars 23 forks source link

Support reading and writing FPU registers. #94

Closed comex closed 4 years ago

comex commented 5 years ago

And refactor Get/SetThreadContext in twib to use ThreadContext (which unfortunately has to be redefined there) instead of std::vector<uint64_t>; it makes it more clear what the memcpys are doing.

Note: This depends on this libtransistor PR.

misson20000 commented 4 years ago

Merged in https://github.com/misson20000/twili/commit/6438dc106816746cc6ff7ad52cdf4331b16fa1d1. Thanks!