- 22 Mar, 2022 1 commit
-
-
ameerj authored
It was reported that this method causes crashes on certain Linux decoding backends, hence the check to avoid it. This subsequently caused Windows GPU decoders to never be selected and always fall back to CPU decoding, disable the check on Windows for now.
-
- 20 Mar, 2022 7 commits
-
-
bunnei authored
BufferCache: Find direction of the stream buffer increase.
-
Fernando Sahmkow authored
-
Mai M authored
dynarmic: Accelerate SHA256 and implement for A32 frontend
-
Merry authored
* Implements hardware acceleration for SHA256 instructions. * Adds SHA256 instructions introduced in ARMv8 to A32 frontend. * Implements polyfill for processors that do not support hardware accelerated SHA instructions.
-
Fernando S authored
vk_texture_cache: Do not reinterpret DepthStencil source images
-
bunnei authored
texture_cache: Amend unintended bitwise OR in SynchronizeAliases
-
bunnei authored
KHandleTable: Optimize table entry layout
-
- 19 Mar, 2022 4 commits
- 18 Mar, 2022 4 commits
-
-
Morph authored
general: Reduce core.h includes
-
ameerj authored
-
Morph authored
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
-
ameerj authored
Fixes star pointer interactions in Super Mario Galaxy on some drivers, notably Nvidia. Co-Authored-By: Fernando S. <1731197+fernandos27@users.noreply.github.com>
-
- 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 12 commits
-
-
Valeri authored
Minecraft passes in zero for length, but this should account for all possible cases
-
lat9nq authored
Adds an option `-c` or `--config` with one required argument that allows the user to specify to where the config file is located. Useful for scripts that run specific games with different preferences for settings.
-
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.
-