Fernando Sahmkow
c6ea0c650e
NVDRV: Update copyright notices.
4 years ago
Fernando Sahmkow
0f4ae3cc52
MemoryManager: Temporary Fix for NVDEC.
4 years ago
Fernando Sahmkow
835b950f7e
NvHostCtrl: Fix merge of nvflinger.
4 years ago
Fernando Sahmkow
cbaf3fb433
VideoCore: Update MemoryManager
4 years ago
Fernando Sahmkow
b617874724
Common: implement MultiLevelPageTable.
4 years ago
Fernando Sahmkow
3f8e7a5585
VideoCore: Fix channels with disk pipeline/shader cache.
4 years ago
Fernando Sahmkow
d7990c159e
OpenGl: Implement Channels.
4 years ago
Fernando Sahmkow
2c62563ab5
NVHOST_CTRl: Implement missing method and fix some stuffs.
4 years ago
Fernando Sahmkow
139ea93512
VideoCore: implement channels on gpu caches.
4 years ago
Fernando Sahmkow
c77b8df12e
NVASGPU: Fix Remap.
4 years ago
Fernando Sahmkow
ad038609c8
NVDRV: Fix clearing when destroying.
4 years ago
Fernando Sahmkow
68d9504a04
NVMAP: Fix the Free return parameters.
4 years ago
Fernando Sahmkow
af35dbcf63
NVDRV: Fix Open/Close and make sure each device is correctly created.
4 years ago
Fernando Sahmkow
de0e8eff42
NVDRV: Implement new NvMap
4 years ago
Fernando Sahmkow
3cbe352c18
NVDRV: Refactor and add new NvMap.
4 years ago
Fernando Sahmkow
a21b8824fb
NVDRV: Cleanup.
4 years ago
Fernando Sahmkow
d30b885d71
NVDRV: Implement QueryEvent.
4 years ago
Fernando Sahmkow
39a5ce4e69
NvHost: Remake Ctrl Implementation.
4 years ago
Fernando Sahmkow
ac104a24d1
NvHost: Try a different approach to blocking.
4 years ago
Fernando Sahmkow
7b7f6f1cb7
NvHost: Fix some regressions and correct signaling on timeout.
4 years ago
Fernando Sahmkow
1a49991676
Texture Cache: Add ASTC 10x5 Format.
3 years ago
Kyle Kienapfel
3b5a937125
Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) ( #8999 )
Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
3 years ago
Narr the Reg
e85c19adcb
service: nfp: Fix errors to pass unit testing
3 years ago
Liam
35d3e7db2a
common: remove "yuzu:" prefix from thread names
3 years ago
Liam
ae7062d522
shader_recompiler: add extended LDC to GLASM backend
3 years ago
german77
1485daff06
service: mii: Copy only valid name bytes
3 years ago
Narr the Reg
d9d566bd3f
service: nfp: Implement mount target and open application area errors, minor fixes
3 years ago
german77
673de3995b
nfp: Multiple fixes against HW
3 years ago
german77
3ce0ef04dd
service: nfp: address comments
3 years ago
german77
afea5c163f
service: nfp: Rewrite and implement applet calls
3 years ago
german77
8a3d22c4bd
core: hid: Add nfc support to emulated controller
3 years ago
german77
f6d57d7dd9
yuzu: Use virtual amiibo driver instead of nfp service
3 years ago
german77
da8864d002
input_common: Enable virtual amiibo driver
3 years ago
german77
e8d71712e7
input_common: Create virtual amiibo driver
3 years ago
Fernando Sahmkow
a60b669ef4
MacroHLE: Add MultidrawIndirect HLE Macro.
5 years ago
Liam
1225627515
macro_jit_x64: fix miscompilation of bit extraction operations
3 years ago
Zwip-Zwap Zapony
31e3437a2f
Fix "controller.colors_state.right" being "left"
3 years ago
Liam
b80f7faebe
macro_jit_x64: cancel exit for taken branch
3 years ago
Morph
41e855bd42
service: vi: Retrieve vsync event once per display
The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display.
Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.
3 years ago
Morph
acc887cc34
service: vi: Move VI results into its own file
3 years ago
Merry
f55ed1cab0
core/loader: Return nullptr if file is nullptr
3 years ago
Liam
087c6c2ef1
vulkan: automatically use larger staging buffer sizes when possible
3 years ago
Narr the Reg
23589ad9b8
service: hid: Partially implement palma controller
4 years ago
Narr the Reg
f711d1ce52
yuzu: sort input profiles by name
3 years ago
Andrea Pappacoda
4a493cb10f
chore: fix some typos
Fix some typos reported by Lintian
3 years ago
Andrea Pappacoda
db88eaa346
build(room): simplify yuzu-room installation
CMake is able to automatically install binaries in the correct location. Also see my older patch, af94bf4a59
Cc: @FearlessTobi
3 years ago
Lioncash
c8da75b7ed
sockets: Make fd member variable protected
Other things shouldn't be able to directly mess around with the
descriptor
3 years ago
Kelebek1
56b8a9ba6e
Do not try to pause core timing from the audio thread when using single-core
3 years ago
Narr the Reg
5a74ced59a
yuzu: Silence some clang warnings
3 years ago
Lioncash
c891497b61
audio_renderer: Make GetCommandBuffer() take a u32
This function is only ever called with unsigned types, and all of the
other interface functions take session_id as a u32, so this makes the
class a little more consistent.
3 years ago