David Marcec
fecc4a4a01
Updated comment to reflect ListQualifiedUsers better
6 years ago
David Marcec
36302b6e20
account: ListQualifiedUsers
Closes #2844
6 years ago
bunnei
27dc83efa6
Merge pull request #3785 from ogniK5377/set-buffer-count-unit
vi: Don't let uninitialized data pass as a response for SetBufferCount
6 years ago
Fernando Sahmkow
fe8ea9e0c9
Merge pull request #3766 from ReinUsesLisp/renderpass-cache-key
vk_renderpass_cache: Pack renderpass cache key and unify keys
6 years ago
Fernando Sahmkow
2043198e50
Merge pull request #3756 from ReinUsesLisp/integrated-devices
vk_memory_manager: Remove unified memory model flag
6 years ago
Mat M
ba644d9560
Merge pull request #3797 from slashiee/hid-stub
services: hid: Stub StopSevenSixAxisSensor.
6 years ago
bunnei
d952b2e1da
Merge pull request #3742 from FernandoS27/command-list
Optimize GPU Command Lists and Introduce Fast GPU Time Option
6 years ago
bunnei
f5bd43b7f0
Merge pull request #3795 from vitor-k/fix-folder
Fix "Port citra-emu/citra#4956 : "Fixes to game list sorting" #3611"
6 years ago
bunnei
c9b8476b99
Merge pull request #3744 from lioncash/table2
service: Update function tables
6 years ago
Rodrigo Locatti
0f7a89c2ef
Merge pull request #3753 from ReinUsesLisp/ac-vulkan
{gl,vk}_rasterizer: Add lazy default buffer maker and use it for empty buffers
6 years ago
bunnei
ed2f950518
Merge pull request #3791 from Kewlan/hotkey-config-plus
configuration: Add Restore Default and Clear options to hotkeys
6 years ago
bunnei
cc25a04993
Merge pull request #3761 from Kewlan/stick-modifier-slider
configure_input_player: Use slider to edit modifier scale
6 years ago
M&M
381eed14f6
services: hid: Stub StopSevenSixAxisSensor.
- Used by The Legend of Zelda: Breath of the Wild v1.6.0
6 years ago
Vitor Kiguchi
de072fd257
Fix the mistake in the port and update the comment for clarity
6 years ago
bunnei
6cd0fc2a95
Merge pull request #3721 from ReinUsesLisp/sort-devices
vulkan/wrapper: Sort physical devices
6 years ago
bunnei
05a54192f8
Merge pull request #3734 from ReinUsesLisp/half-float-mods
decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits
6 years ago
bunnei
01c26ad131
Merge pull request #3780 from lioncash/process
svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory
6 years ago
ReinUsesLisp
88a6c10687
vk_rasterizer: Pack texceptions and color formats on invalid formats
Sometimes for unknown reasons NVN games can bind a render target format
of 0. This may be a yuzu bug.
With the commits before this the formats were specified without being
"packed", assuming all formats and texceptions will be written like in
the color_attachments vector.
To address this issue, iterate all render targets and pack them as they
are valid. This way they will match color_attachments.
- Fixes validation errors and graphical issues on Breath of the Wild.
6 years ago
Kewlan
37b1427ea9
Add Restore Defaults and Clear options to hotkeys
6 years ago
bunnei
d1294ad83b
Merge pull request #3749 from ReinUsesLisp/lea-imm
shader/arithmetic_integer: Fix LEA_IMM encoding
6 years ago
Zach Hilman
f9a92d2468
Merge pull request #3786 from degasus/fix_warnings
Fix -Werror=conversion and -Wdeprecated-copy issues
6 years ago
Markus Wick
1acd6b34e9
Fix -Wdeprecated-copy warning.
6 years ago
Markus Wick
ac24f0506c
Fix -Werror=conversion error.
6 years ago
David Marcec
efe3e5c7c6
vi: Don't let uninitialized data pass as a response for SetBufferCount
Currently SetBufferCount doesn't write to the out buffer which then contains uninitialized data. This leads to non-zero data which leads to responding with different error codes
6 years ago
bunnei
957454cfa5
Merge pull request #3760 from Morph1984/trailing-filedir-separator
frontend/filesystem: Add a trailing separator to the string path
6 years ago
Rodrigo Locatti
25bd2ba359
Merge pull request #3777 from lioncash/warn
page_table: Remove unused captures
6 years ago
Rodrigo Locatti
eef3218a82
Merge pull request #3778 from lioncash/unused-var
svc: Remove unused variable
6 years ago
Rodrigo Locatti
28525c8afb
Merge pull request #3781 from lioncash/docs
shared_memory: Amend doxygen reference
6 years ago
Lioncash
9a5a6ebe0a
shared_memory: Amend doxygen reference
Amends the parameter to match the documentation reference.
Resolves a -Wdocumentation warning with clang.
6 years ago
Lioncash
224d3c6b9d
svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory
These were lost in the re-implementation of the virtual memory manager.
6 years ago
Lioncash
2fc4351547
svc: Remove unused variable
Since the VMM refactor, this is no longer used or needed.
6 years ago
Lioncash
a881161d3c
page_table: Remove unused captures
Any time the lambda function is called, the permission being used in the
capture would be passed in as an argument to the lambda, so the capture
is unnecessary.
6 years ago
ReinUsesLisp
3e808936a8
decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits
The encoding for negation and absolute value was wrong.
Extracting is now done manually. Similar instructions having different
encodings is the rule, not the exception. To keep sanity and readability
I preferred to extract the desired bit manually.
This is implemented against nxas:
8dbc389957/table.h (L68)
That is itself tested against nvdisasm (Nvidia's official disassembler).
6 years ago
ReinUsesLisp
f78f26b75a
vk_rasterizer: Fix framebuffer creation validation errors
Framebuffer creation was ignoring the number of color attachments.
6 years ago
ReinUsesLisp
ab7eae6fff
vk_pipeline_cache: Unify pipeline cache keys into a single operation
This allows us to call Common::CityHash and std::memcmp only once for
GraphicsPipelineCacheKey. While we are at it, do the same for compute.
6 years ago
ReinUsesLisp
7b76c67803
vk_renderpass_cache: Pack renderpass cache key to 12 bytes
6 years ago
Rodrigo Locatti
d23435c112
Merge pull request #3768 from H27CK/cmd-title-fmt
Fix format error in performance statistics
6 years ago
bunnei
da893629a0
kernel: memory: Improve implementation of device shared memory. ( #3707 )
* kernel: memory: Improve implementation of device shared memory.
* fixup! kernel: memory: Improve implementation of device shared memory.
* fixup! kernel: memory: Improve implementation of device shared memory.
6 years ago
Fernando Sahmkow
0cf32d6184
Clang Format.
6 years ago
Fernando Sahmkow
c8f4549d43
GPU: Add Fast GPU Time Option.
6 years ago
Fernando Sahmkow
9311983f3d
Maxwell3D: Process Macros on MultiMethod.
6 years ago
Fernando Sahmkow
ef3a0ae64a
DMAPusher: Propagate multimethod writes into the engines.
6 years ago
bunnei
7b07b97735
Merge pull request #3730 from lioncash/time
service/time: Remove reliance on the global system accessor
6 years ago
bunnei
9c753735c5
Merge pull request #3697 from lioncash/declarations
CMakeLists: Enable -Wmissing-declarations on Linux builds
6 years ago
Kewlan
0e86640777
Edit modifier_scale with the deadzone slider
6 years ago
H27CK
dece9ce075
Fix format error in performance statistics
Formatting
6 years ago
bunnei
c916ad62e7
Merge pull request #3677 from FernandoS27/better-sync
Introduce Predictive Flushing and Improve ASYNC GPU
6 years ago
Mat M
dfd7bb2971
Merge pull request #3767 from ReinUsesLisp/point-size-pipeline
vk_pipeline_cache: Fix unintentional memcpy into optional
6 years ago
ReinUsesLisp
910decd9cb
vk_pipeline_cache: Fix unintentional memcpy into optional
The intention behind this was to assign a float to from an uint32_t, but
it was unintentionally being copied directly into the std::optional.
Copy to a temporary and assign that temporary to std::optional. This can
be replaced with std::bit_cast<float> once we are in C++20.
6 years ago
Fernando Sahmkow
e211e30093
GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop,
6 years ago