Fernando Sahmkow
2821dbf166
NVDRV: Cleanup.
4 years ago
Fernando Sahmkow
69e08ad83b
NVDRV: Implement QueryEvent.
4 years ago
Fernando Sahmkow
4165ead1f1
NvHost: Remake Ctrl Implementation.
4 years ago
Fernando Sahmkow
987ef2824c
NvHost: Try a different approach to blocking.
4 years ago
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
german77
3be3a16c01
core: hid: Add nfc support to emulated controller
3 years ago
Zwip-Zwap Zapony
2eb08dac0f
Fix "controller.colors_state.right" being "left"
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
Merry
62b91b0094
core/loader: Return nullptr if file is nullptr
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
Lioncash
a260c09deb
sockets: Make fd member variable protected
Other things shouldn't be able to directly mess around with the
descriptor
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
Kelebek1
c6d4071162
Remove pause callbacks from coretiming
3 years ago
german77
dd33c0c473
yuzu: Multiple room UI improvements
3 years ago
FearlessTobi
48d6226115
ldn: Initial implementation
4 years ago
SachinVin
262f5b96b5
core/CMakeLists.txt: Remove duplicate files.
3 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
Narr the Reg
d4fb46d8f9
input_common: Add support for analog toggle
3 years ago
Narr the Reg
07d2e08272
core: hid: Fix GC triggers overwritting ZL and ZR buttons
3 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
Kelebek1
c3e3874d8d
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
4 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
f3284250ce
core/socket_proxy: Correct broadcast behavior
Broadcasts should only be sent when the broadcast IP is used.
They should also only be received when SO_BROADCAST is enabled.
3 years ago
FearlessTobi
31c4475420
yuzu: Display current game version in multiplayer room
Makes it easier for users to recognize connection errors caused by different game versions.
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
FearlessTobi
869724c3a5
yuzu_room: Remove dependency on core
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