- 20 Mar, 2022 3 commits
- 19 Mar, 2022 5 commits
- 18 Mar, 2022 2 commits
- 17 Mar, 2022 6 commits
-
-
Fernando S authored
Add shader support for const buffer indirect addressing
-
Fernando S authored
Vulkan: convert S8D24 <-> ABGR8
-
Liam authored
-
Liam authored
-
Liam authored
-
bunnei authored
applet: mii: Simple implementation of mii applet
-
- 16 Mar, 2022 6 commits
-
-
Liam authored
-
Liam authored
-
Fernando S authored
Kernel Memory Updates (Part 6): Use guest memory for slab heaps & update TLS.
-
Fernando S authored
maxwell_3d: Implement a safer CB data upload
-
bunnei authored
default_ini: List use_extended_memory_layout in default config file
-
Liam authored
-
- 15 Mar, 2022 18 commits
-
-
Valeri authored
Minecraft passes in zero for length, but this should account for all possible cases
-
lat9nq authored
-
bunnei authored
build(cmake): fix missing Qt5::DBus link target for bundled linux package
-
bunnei authored
-
bunnei authored
- Fixes a crash where on subsequent boots, long-lived host threads would have their dummy threads freed.
-
bunnei authored
- It is not impossible to leak kernel objects, so this is not really any issue anymore (albeit, still interesting).
-
bunnei authored
core: hle: kernel: Make object list container global and ensure it is reset on each emulation session.
-
bunnei authored
- These are now allocated/managed by emulated memory, so we do not need to track and free them on shutdown.
-
bunnei authored
-
bunnei authored
-
bunnei authored
core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS.
-
bunnei authored
-
bunnei authored
core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer. - Refreshes our slab initialization code to latest known behavior. - Moves all guest kernel slabs into emulated device memory. - Adds KThreadLocalPage and KPageBuffer, which we will use for accurate TLS management.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-