Fernando Sahmkow
ea941e1d76
NvHost: Fix some regressions and correct signaling on timeout.
4 years ago
Narr the Reg
280a232e27
service: nfp: Fix errors to pass unit testing
3 years ago
Liam
47fc168030
common: remove "yuzu:" prefix from thread names
3 years ago
german77
d19a30670f
service: mii: Copy only valid name bytes
3 years ago
Narr the Reg
1c5a057252
service: nfp: Implement mount target and open application area errors, minor fixes
3 years ago
german77
d08c8cf877
nfp: Multiple fixes against HW
3 years ago
german77
d389a05005
service: nfp: address comments
3 years ago
german77
28792b26a5
service: nfp: Rewrite and implement applet calls
3 years ago
Morph
55fef19014
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
23c1bf736f
service: vi: Move VI results into its own file
3 years ago
Narr the Reg
adb6348255
service: hid: Partially implement palma controller
4 years ago
Andrea Pappacoda
b1585fed5a
chore: fix some typos
Fix some typos reported by Lintian
3 years ago
Narr the Reg
ca0d1fd4f1
yuzu: Silence some clang warnings
3 years ago
FearlessTobi
1c14030b31
Address some review comments
3 years ago
FengChen
b85bd1b548
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
3 years ago
Lioncash
1747b5ae6c
audio_device: Mark member functions as const where applicable
These member functions don't modify any internal state.
3 years ago
Lioncash
0f1024b334
audio_device: Make AudioDeviceName constructor constexpr
These are used as read-only arrays, so we can make the data read-only
and available at compile-time.
Now constructing an AudioDevice no longer needs to initialize some
tables
3 years ago
german77
dd33c0c473
yuzu: Multiple room UI improvements
3 years ago
FearlessTobi
48d6226115
ldn: Initial implementation
4 years ago
german77
817b96446e
core: nfp: Remove magic numbers
3 years ago
german77
c990e2d2f5
core: nfp: Workaround for lack of multiple nfp interfaces
3 years ago
Narr the Reg
8c377e882e
core: nfp: Correct date and amiibo name
3 years ago
Narr the Reg
8301e770f9
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
3 years ago
german77
44dff8f633
core: nfp: Implement amiibo encryption
4 years ago
Kelebek1
77a30f7286
Don't stall with nvdec
3 years ago
Narr the Reg
98d62e931a
core: ns: Implement pl:s service
3 years ago
FearlessTobi
f24b74d4c1
Address review comments
3 years ago
Kelebek1
f121da072a
Demote services from warning/info to debug to reduce log spam:
GetCurrentFocusState
SetClockSpeed
EnableSixAxisSensorUnalteredPassthrough
IsSixAxisSensorUnalteredPassthroughEnabled
Get, GetOld
SetAndWait, SetAndWaitOld
IocParam
IocFree
3 years ago
FearlessTobi
8a5fed2c9d
core/ldn_types: Minor corrections and additions
3 years ago
FearlessTobi
6d3dba4b98
core/bsd: Correctly unbind methods in destructor
Prevents yuzu from crashing when the BSD service is created a second time.
3 years ago
FearlessTobi
d841898d4d
core/acc: Make CheckAvailability use LOG_DEBUG
Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris.
3 years ago
Kelebek1
15c4734b5b
Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.
3 years ago
vonchenplus
eab51849f7
core:filesystem: speed up IDirectory service
3 years ago
german77
3d8cb61bfd
hid: core: Add missing function table names
3 years ago
vonchenplus
37a5b8aded
core: implement clkrst service
3 years ago
FearlessTobi
851ec302b1
core, yuzu: Address first part of review comments
4 years ago
FearlessTobi
ce5b9d370d
core, network: Add ability to proxy socket packets
4 years ago
german77
e1f4130f30
core: ldn: Address review comments part 2
3 years ago
Narr the Reg
67f4daf029
hid: core: Properly emulate controller color and battery level
4 years ago
Narr the Reg
f91a28773b
core: ldn: Address review comments
4 years ago
FearlessTobi
9f4d6dd979
ldn: Add better stubs and more data types
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
4 years ago
Kelebek1
ea06b32a00
Rework multi-core vsync
4 years ago
Nikita Strygin
39c3b841d3
Properly write out the command buffer when serving close request
4 years ago
FearlessTobi
60008b680e
yuzu: Add ui files for multiplayer rooms
4 years ago
Narr the Reg
fc923fdc18
Address comments
4 years ago
german77
ea68c35ad0
fix compiler errors
4 years ago
german77
5e43e84229
service: irs: Implement clustering processor
4 years ago
Morph
9abacc2f86
applet/swkbd: Implement optional symbol keys
These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
4 years ago
Narr the Reg
a08b8f224b
yuzu: Add webcam support and rebase to latest master
4 years ago
german77
cd16f9801a
service: irs: Move to IRS namespace and minor fixes
4 years ago