N64ModernRuntime/ultramodern
Anghelo Carvajal 27282afa2b
Remove "permanent" and "temporary" threads tagging and add a way to name game threads (#45)
* System to specify thread types by the game

* Register threads callbacks

* Remove temporary and permanent threads

* Fix `pthread_setname_np` not liking names longer than 16 bytes

* Singular

* Rename events_callbacks arg

* Use `prctl` instead of `pthread_setname_np` for naming a thread

* Fix typo
2024-06-18 13:02:18 -04:00
..
include/ultramodern Remove "permanent" and "temporary" threads tagging and add a way to name game threads (#45) 2024-06-18 13:02:18 -04:00
src Remove "permanent" and "temporary" threads tagging and add a way to name game threads (#45) 2024-06-18 13:02:18 -04:00
CMakeLists.txt Remove RT64 dependency (#35) 2024-06-10 09:43:38 -04:00