Fernando Sahmkow
8847b6645c
VideoCore: implement channels on gpu caches.
5 years ago
Fernando Sahmkow
5ca7d7118f
NVASGPU: Fix Remap.
5 years ago
Fernando Sahmkow
f43a322d65
NVDRV: Fix clearing when destroying.
5 years ago
Fernando Sahmkow
461c659d48
NVMAP: Fix the Free return parameters.
5 years ago
Fernando Sahmkow
5ed054796f
NVDRV: Fix Open/Close and make sure each device is correctly created.
5 years ago
Fernando Sahmkow
21138043da
NVDRV: Implement new NvMap
5 years ago
Fernando Sahmkow
3991518f74
NVDRV: Refactor and add new NvMap.
5 years ago
Fernando Sahmkow
2821dbf166
NVDRV: Cleanup.
5 years ago
Fernando Sahmkow
69e08ad83b
NVDRV: Implement QueryEvent.
5 years ago
Fernando Sahmkow
4165ead1f1
NvHost: Remake Ctrl Implementation.
5 years ago
Fernando Sahmkow
987ef2824c
NvHost: Try a different approach to blocking.
5 years ago
Fernando Sahmkow
ea941e1d76
NvHost: Fix some regressions and correct signaling on timeout.
5 years ago
Narr the Reg
280a232e27
service: nfp: Fix errors to pass unit testing
4 years ago
Liam
47fc168030
common: remove "yuzu:" prefix from thread names
4 years ago
german77
d19a30670f
service: mii: Copy only valid name bytes
4 years ago
Narr the Reg
1c5a057252
service: nfp: Implement mount target and open application area errors, minor fixes
4 years ago
german77
d08c8cf877
nfp: Multiple fixes against HW
4 years ago
german77
d389a05005
service: nfp: address comments
4 years ago
german77
28792b26a5
service: nfp: Rewrite and implement applet calls
4 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.
4 years ago
Morph
23c1bf736f
service: vi: Move VI results into its own file
4 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
4 years ago
Narr the Reg
ca0d1fd4f1
yuzu: Silence some clang warnings
4 years ago
FearlessTobi
1c14030b31
Address some review comments
4 years ago
FengChen
b85bd1b548
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
4 years ago
Lioncash
1747b5ae6c
audio_device: Mark member functions as const where applicable
These member functions don't modify any internal state.
4 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
4 years ago
german77
dd33c0c473
yuzu: Multiple room UI improvements
4 years ago
FearlessTobi
48d6226115
ldn: Initial implementation
4 years ago
german77
817b96446e
core: nfp: Remove magic numbers
4 years ago
german77
c990e2d2f5
core: nfp: Workaround for lack of multiple nfp interfaces
4 years ago
Narr the Reg
8c377e882e
core: nfp: Correct date and amiibo name
4 years ago
Narr the Reg
8301e770f9
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
4 years ago
german77
44dff8f633
core: nfp: Implement amiibo encryption
4 years ago
Kelebek1
77a30f7286
Don't stall with nvdec
4 years ago
Narr the Reg
98d62e931a
core: ns: Implement pl:s service
4 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
4 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
4 years ago
FearlessTobi
8a5fed2c9d
core/ldn_types: Minor corrections and additions
4 years ago
FearlessTobi
6d3dba4b98
core/bsd: Correctly unbind methods in destructor
Prevents yuzu from crashing when the BSD service is created a second time.
4 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.
4 years ago
Kelebek1
15c4734b5b
Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.
4 years ago
vonchenplus
eab51849f7
core:filesystem: speed up IDirectory service
4 years ago
german77
3d8cb61bfd
hid: core: Add missing function table names
4 years ago
vonchenplus
37a5b8aded
core: implement clkrst service
4 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
4 years ago