- 17 Mar, 2022 5 commits
-
-
lat9nq authored
The web applet causes multiple issues with the rest of the application. Disable it by default and add a debug option to re-enable it until a proper solution can be found.
-
lat9nq authored
-
lat9nq authored
Allow the user to configure the web applet usage ahead of booting the application.
-
lat9nq authored
-
bunnei authored
applet: mii: Simple implementation of mii applet
-
- 16 Mar, 2022 3 commits
-
-
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
-
- 15 Mar, 2022 26 commits
-
-
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
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 14 Mar, 2022 6 commits
-
-
ameerj authored
This makes constant buffer uploads safer and more accurate by updating the GPU memory as soon as the CB Data method is invoked. The previous implementation was deferring the updates until a different maxwell 3d method was detected, then writing all CB data at once.
-
Fernando S authored
rescaling_pass: Fix rescaling Color2DArray ImageFetch offsets
-
Fernando S authored
Initial support for Wii Hagi emulator
-
bunnei authored
Shader decompiler: Fix storage tracking in deko3d.
-
byte[] authored
-
Fernando S authored
dynarmic: Reduce size of code caches
-