2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle
Lioncash 56c7912159 kernel/process: Allocate the process' TLS region during initialization
Prior to execution within a process beginning, the process establishes
its own TLS region for uses (as far as I can tell) related to exception
handling.

Now that TLS creation was decoupled from threads themselves, we can add
this behavior to our Process class. This is also good, as it allows us
to remove a stub within svcGetInfo, namely querying the address of that
region.
2019-07-07 14:08:28 -04:00
..
kernel kernel/process: Allocate the process' TLS region during initialization 2019-07-07 14:08:28 -04:00
service clang-format fixes 2019-07-06 13:52:05 -07:00
ipc.h
ipc_helpers.h ipc_helpers: Amend floating-point type in Pop<double> specialization 2019-05-18 22:05:33 -04:00
lock.cpp
lock.h
result.h hle/result: Remove unnecessary bitfield entry for ResultCode 2019-04-05 16:34:34 -04:00