Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-05 | 3DS: Switch from svc* to the thread* API | Justin Weiss | |
svcCreateThread doesn't fully set up thread vars, which causes svcBreaks / crashes when calling certain functions -- reentrant ones, for example. threadCreate, etc. are higher-level functions that do all the correct setup and cleanup. Since we're treating the thread structure as opaque, calling it an int_32t seems OK. | |||
2016-01-16 | (3DS) - remove provileged services enabling code, it should be done by | aliaspider | |
the frontend instead. - dynamically allocate the recompiler cache, this will allow using the recompiler even when the .bss section is relocated far from the .text section (for example when using the hombrew loader). | |||
2015-10-01 | (ctr/3ds) fix 3dsx build. | aliaspider | |
2015-09-23 | cleanup. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |