- 13 Sep, 2021 1 commit
-
-
ameerj authored
Allows drivers that do not support VK_PRESENT_MODE_MAILBOX_KHR the ability to present at a framerate higher than the monitor's refresh rate when the FPS is unlocked.
-
- 12 Sep, 2021 10 commits
-
-
Mai M authored
vk_state_tracker: Remove unused function
-
ameerj authored
-
Morph authored
shaders: Fix warp instructions on 64-thread warp devices
-
Morph authored
account: EnsureTokenIdCacheAsync
-
Morph authored
FS: Recursively create directories for CreateDirectory
-
Morph authored
main: Apply confirm exit setting in exit locked scenarios
-
Morph authored
hid/am: Stub SetTouchScreenConfiguration and implement GetNotificationStorageChannelEvent
-
Morph authored
common: Move error handling functions out of common_funcs
-
Morph authored
api_version: Update and add AtmosphereTargetFirmware
-
ameerj authored
Some titles set an exit lock through HLE, which prompts an exit confirmation when stopping emulation if the system is locked. This change allows bypassing this confirmation if the setting to confirm exits has been disabled by the user.
-
- 11 Sep, 2021 14 commits
-
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
This allows us to avoid implicitly including <string> every time common_funcs.h is included.
-
Fernando S authored
nvdec: Add GPU video decoding for all capable drivers and platforms
-
Fernando S authored
vk_rasterizer: Only clear depth/stencil buffers when specified in attachment aspect mask
-
Fernando S authored
vk_swapchain: Prefer linear swapchain format when presenting sRGB images
-
Fernando S authored
renderer_vulkan: Wait on present semaphore at queue submit
-
Fernando S authored
nvflinger: Use external surface format for framebuffer creation
-
- 10 Sep, 2021 3 commits
- 08 Sep, 2021 8 commits
-
-
bunnei authored
renderer_vulkan: Spirv support glsl legacy attribute
-
Chloe authored
Co-authored-by: Mai M. <mathew1800@gmail.com>
-
Chloe Marcec authored
-
Chloe Marcec authored
-
Fernando S authored
Fix blend equation enum error
-
Ameer J authored
core: hle: service: buffer_queue: Improve management of KEvent.
-
Feng Chen authored
-
Feng Chen authored
-
- 07 Sep, 2021 4 commits
-
-
Feng Chen authored
-
Feng Chen authored
-
ameerj authored
The format member the IGBPBuffer may not always specify the correct desired format. Using the external format member ensures a valid format is provided when creating the framebuffer. Fixes homebrew using the wrong framebuffer format.
-
Ameer J authored
Second part of Golden's PR #6976
-