yuzu/src
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
..
audio_core Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
common texture_cache: Address Feedback 2019-07-05 09:46:53 -04:00
core kernel/process: Allocate the process' TLS region during initialization 2019-07-07 14:08:28 -04:00
input_common
tests Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
video_core Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
web_service
yuzu Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_cmd Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_tester yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
.clang-format
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00