This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
libtransistor v1.2.2
misson20000
released this
16 Mar 23:41
·
272 commits
to development
since this release
Changelog:
- Fixed travis builds for pull requests
- Removed crt0 cleanup kludge (replaced with trn_dirty_exit)
- Fixed initial heap size detection (fixes Yuzu compatibility)
- Moved setjmp for exit earlier, so
exit()
can be called much earlier without causing a segfault - Fixed
LIBTRANSISTOR_NRO_DEPS
andLIBTRANSISTOR_NSO_DEPS
in libtransistor.mk - ace_loader will backup and restore registers from homebrew
- printf in threads is broken at the moment, so test_ipc_server has to use
dbg_printf