Age | Commit message (Collapse) | Author |
|
AudioDevice and AudioInterface aren't valid device names on the Switch.
We should also be returning consistent names in
GetActiveAudioDeviceName().
While we're at it, we can also handle proper name output in
ListAudioDeviceName, by returning all the available devices on the
Switch.
|
|
kernel/process: Allocate the process' TLS region during initialization
|
|
shader-ir: Minor cleanup-related changes
|
|
This messages were originally set as warnning since few games used these
svcs and it was needed for debugging. This is no longer the case.
|
|
shader/decode/other: Correct branch indirect argument within BRA handling
|
|
core: Remove CurrentArmInterface() global accessor
|
|
These are std::shared_ptr instances underneath the hood, which means
copying them isn't as cheap as a regular pointer. Particularly so on
weakly-ordered systems.
This avoids atomic reference count increments and decrements where they
aren't necessary for the core set of operations.
|
|
This is more accurate in terms of describing what the functions are
actually doing. Temporal relates to time, not the setting of a temporary
itself.
|
|
Removes unnecessary header dependencies.
|
|
shader/track: Track indirect buffers
|
|
This appears to have been a copy/paste error introduced within
8a6fc529a968e007f01464abadd32f9b5eb0a26c
|
|
gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders
|
|
GPU: Fixes to Texture Cache and Include Microprofiles for GL State/BufferCopy/Macro Interpreter
|
|
While changing this code, simplify tracking code to allow returning
the base address node, this way callers don't have to manually rebuild
it on each invocation.
|
|
buffer_cache: Implement a generic buffer cache and its OpenGL backend
|
|
|
|
|
|
unregistered.
|
|
|
|
|
|
|
|
|
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
|
shader/texture: Add F16 support for TLDS
|
|
Replaces the final usage of the global accessor function and removes it.
Removes one more enabler of global state.
|
|
|
|
|
|
Creating multiple "AudioRenderer" threads cause the previous thread to be overwritten. The thread will name be renamed to AudioRenderer-InstanceX, where X is the current instance number.
|
|
|
|
Implement a New Shader Scanner, Decompile Flow Stack and implement BRX BRA.CC
|
|
|
|
Restore memory perms on svcUnmapMemory/UnloadNro
|
|
core/arm: Remove obsolete Unicorn memory mapping
|
|
This simply queries whether or not auto-sleep facilities are disabled
and has no special handling. It's a basic getter function.
|
|
Provides a basic implementation of SetAutoSleepDisabled. Until idle
handling is implemented, this is about the best we can do.
In the meantime, provide a rough documenting of specifics that occur
when this function is called on actual hardware.
|
|
The JIT is mature enough that this setting can be removed, falling back
to Unicorn only on unsupported architectures. Any missing features from
Unicorn (of which there are extremely few), are mostly
developer-oriented, which most users don't care about.
Features should be coordinated with the JIT, not the interpreter,
anyhow.
|
|
This was initially necessary when AArch64 JIT emulation was in its
infancy and all memory-related instructions weren't implemented.
Given the JIT now has all of these facilities implemented, we can remove
these functions from the CPU interface.
|
|
Prior to PR, Yuzu did not restore memory to RW-
on unmap of mirrored memory or unloading of NRO.
(In fact, in the NRO case, the memory was unmapped
instead of reprotected to --- on Load, so it was
actually lost entirely...)
This PR addresses that, and restores memory to RW-
as it should.
This fixes a crash in Super Smash Bros when creating
a World of Light save for the first time, and possibly
other games/circumstances.
|
|
GL_ARB_shader_viewport_layer_array
|
|
gl_rasterizer: Amend documentation comment for ConfigureFramebuffers()
|
|
vk_scheduler: Drop execution context in favor of views
|
|
IFriendService::GetFriendList
|
|
pm: Implement various pm commands for finding process and title IDs
|
|
mii: Implement IDatabaseService SetInterfaceVersion
|
|
video_core: Add missing override specifiers
|
|
Also shows Nvidia's address space on comments.
|
|
|
|
|
|
|
|
|