VolcaEM
87f8989359
Oops (fix typo)
6 years ago
VolcaEM
9a04fa1cf8
lbl: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Backlight_services
6 years ago
VolcaEM
26855d7906
grc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
6 years ago
VolcaEM
ee12f6f61e
friend: Update function table
6 years ago
Kewlan
eac502f442
Fix issues caused when changing the fullscreen hotkey
6 years ago
bunnei
d3c8f5d4c8
Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-float
Fix framebuffer size on fractional scaling display
6 years ago
bunnei
286418bf01
Merge pull request #4164 from Kewlan/mute-audio-hotkey
hotkeys: Add a "Mute Audio" hotkey
6 years ago
bunnei
c5f5483ee1
Merge pull request #4158 from Morph1984/caps
caps: Use enum classes and check struct sizes on compile time
6 years ago
Ameer J
21ae845d69
left const auto&, comment punctuation.
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
6 years ago
bunnei
c9acff2600
Merge pull request #4152 from ogniK5377/ipc-err
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
6 years ago
bunnei
615e5630bf
Merge pull request #4154 from ogniK5377/swkbd-nullptr
Prevent nullptr dereference on swkbd error case
6 years ago
bunnei
7048f18d87
Merge pull request #4147 from ReinUsesLisp/hset2-imm
shader/half_set: Implement HSET2_IMM
6 years ago
David
f546eac9f3
Merge pull request #4178 from VolcaEM/patch-6
es: Update function table
6 years ago
VolcaEM
92f8bc1bf8
Use better names for "Unknown"s
6 years ago
LC
c01a3dc0c2
Merge pull request #4180 from ogniK5377/fix-btm-names
btm: Give better names for unknown functions
6 years ago
VolcaEM
70e34fdba0
Update function names
6 years ago
David Marcec
b412e8b952
btm: Give better names for unknown functions
6 years ago
VolcaEM
4cf402a109
btdrv: Update function table ( #4174 )
* btdrv: Update function table
6 years ago
VolcaEM
29e3f101d9
bpc: Update function tables ( #4173 )
* bpc: Update function tables
This was based on Switchbrew page: https://switchbrew.org/wiki/PCV_services
6 years ago
VolcaEM
866f06f078
bcat: Update function tables and add missing classes ( #4172 )
* bcat: Update function tables and add missing classes
6 years ago
VolcaEM
690e4b86ae
am: Update function tables and add missing classes ( #4169 )
* am: Update function tables and add missing classes
* Remove comments (1/5)
* Remove comments (2/5)
* Remove comments (3/5)
* Remove comments (4/5)
* Remove comments (5/5)
* Remove unused classes (1/2)
* Remove unused classes (2/2)
6 years ago
VolcaEM
9052b62380
aoc: Update function table ( #4170 )
* aoc: Update function table
* Remove comments
6 years ago
LC
1b10d314f4
Merge pull request #4177 from VolcaEM/patch-5
btm: Update function tables
6 years ago
LC
8d9c419e06
Merge pull request #4179 from VolcaEM/patch-7
eupld: Update function table
6 years ago
VolcaEM
4aa69a35d9
eupld: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
6 years ago
VolcaEM
1824af3f63
es: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/ETicket_services
6 years ago
VolcaEM
c6e7f72cb1
Update FAQ function name (2/2)
6 years ago
VolcaEM
873e6fc739
Update FAQ function name (1/2)
6 years ago
VolcaEM
aa2672fb2c
btm: Update function tables
This was based on Switchbrew page: https://switchbrew.org/wiki/BTM_services
"No comment" edition
6 years ago
ReinUsesLisp
eab8a5a9db
vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXT
Disable this temporarily.
6 years ago
ReinUsesLisp
b9ac739607
vk_pipeline_cache: Avoid hashing and comparing dynamic state when possible
With extended dynamic states, some bytes don't have to be collected from
the pipeline key, hence we can avoid hashing and comparing them on
lookups.
6 years ago
ReinUsesLisp
031f7b3b26
vulkan/fixed_pipeline_state: Move state out of individual structures
6 years ago
ReinUsesLisp
049837aae0
vk_rasterizer: Use VK_EXT_extended_dynamic_state
6 years ago
ReinUsesLisp
0a32575e27
renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functions
6 years ago
ReinUsesLisp
8e8bfc9365
fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_state
This moves dynamic state present in VK_EXT_extended_dynamic_state to a
separate structure in FixedPipelineState. This is structure is at the
bottom allowing us to hash and memcmp only when the extension is not
supported.
6 years ago
ReinUsesLisp
bcf4665fb0
vk_device: Enable VK_EXT_extended_dynamic_state when available
6 years ago
ReinUsesLisp
26144f794f
texture_cache: Test format compatibility before copying
Avoid illegal copies. This intercepts the last step of a copy to avoid
generating validation errors or corrupting the driver on some instances.
We can create views and emit copies accordingly in future commits and
remove this last-step validation.
6 years ago
bunnei
7fa55a24f2
Merge pull request #4144 from FernandoS27/tt-fix
TextureCache: Fix case where layer goes off bound.
6 years ago
bunnei
2a1df7b66e
Merge pull request #4111 from ReinUsesLisp/preserve-contents-vk
vk_rasterizer: Don't preserve contents on full screen clears
6 years ago
ReinUsesLisp
23e0009a41
video_core/compatible_formats: Table to test if two formats are legal to view or copy
Add a flat table to test if it's legal to create a texture view between
two formats or copy betweem them.
This table is based on ARB_copy_image and ARB_texture_view. Copies are
more permissive than views.
6 years ago
ReinUsesLisp
95c7c7db0a
gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
After marking buffers as resident, Nvidia's driver seems to take a
slow path. To workaround this issue, copy to a STREAM_READ buffer and
then call GetNamedBufferSubData on it.
This is a temporary solution until we have asynchronous flushing.
6 years ago
VolcaEM
cfd829e6ac
Update function name again
6 years ago
VolcaEM
c50c165d3c
Update function name (2/2)
6 years ago
VolcaEM
032cf4330e
Update function name (1/2)
6 years ago
Fernando Sahmkow
fda14542cb
Common: Fix non-conan build
6 years ago
Morph
d8df8d84ae
caps_u: Fix GetAlbumContentsFileListForApplication stub
6 years ago
Morph
851a3a8638
caps: Use enum classes and check struct sizes on compile time
6 years ago
Morph
9b4a5f297b
caps: Update copyright headers
Updated to "yuzu Emulator Project"
6 years ago
Kewlan
3fcf2f201c
Add a "Mute Audio" hotkey
6 years ago
bunnei
257cf13b70
Merge pull request #4159 from ogniK5377/mem-manager-dumb-assert
memory_manager: Remove useless assertion
6 years ago