Narr the Reg
caa138b33f
core: nfp: Correct date and amiibo name
3 years ago
Narr the Reg
19a4e12e6e
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
3 years ago
german77
848f69eb19
core: nfp: Implement amiibo encryption
4 years ago
Kelebek1
2129d040a5
Don't stall with nvdec
3 years ago
Narr the Reg
c7a814f10f
core: ns: Implement pl:s service
3 years ago
Kelebek1
ea9ff71725
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
4 years ago
FearlessTobi
65718e2876
Address review comments
3 years ago
Kelebek1
03aedccaa2
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
6791301d9a
core/ldn_types: Minor corrections and additions
3 years ago
FearlessTobi
d92826963a
core/bsd: Correctly unbind methods in destructor
Prevents yuzu from crashing when the BSD service is created a second time.
3 years ago
FearlessTobi
e431cb8d16
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
56f1dc8dad
Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.
3 years ago
vonchenplus
bd018e0123
core:filesystem: speed up IDirectory service
3 years ago
german77
825ac7b9f4
hid: core: Add missing function table names
3 years ago
vonchenplus
4bab0d07a6
core: implement clkrst service
3 years ago
FearlessTobi
6d41088153
core, yuzu: Address first part of review comments
4 years ago
FearlessTobi
f80c7c4cd5
core, network: Add ability to proxy socket packets
4 years ago
german77
56115f7732
core: ldn: Address review comments part 2
3 years ago
Narr the Reg
301702e548
hid: core: Properly emulate controller color and battery level
4 years ago
Narr the Reg
8eb2c73381
core: ldn: Address review comments
4 years ago
FearlessTobi
12dc05032b
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
9d3b190465
Rework multi-core vsync
4 years ago
Nikita Strygin
1cf6f5c623
Properly write out the command buffer when serving close request
4 years ago
Andrea Pappacoda
cdb240f3d4
chore: make yuzu REUSE compliant
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.
Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.
The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.
Following REUSE has a few advantages over the current approach:
- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
`.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
files like binary assets / images is always accurate and up to date
To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.
[REUSE]: https://reuse.software
Follow-up to 01cf05bc75
4 years ago
FearlessTobi
705f7db84d
yuzu: Add ui files for multiplayer rooms
4 years ago
Narr the Reg
ceb70b2139
Address comments
4 years ago
Liam
6523854dd6
kernel: unlayer CPU interrupt handling
4 years ago
german77
21b1e9c21a
fix compiler errors
4 years ago
german77
3ac4f3a252
service: irs: Implement clustering processor
4 years ago
Morph
bee823db3a
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
403bdc4daf
yuzu: Add webcam support and rebase to latest master
4 years ago
german77
097785e19e
service: irs: Move to IRS namespace and minor fixes
4 years ago
german77
4539700595
service: irs: Split processors and implement ImageTransferProcessor
4 years ago
Kelebek1
458da8a948
Project Andio
4 years ago
Gus Caplan
742f67908c
implement resume message
4 years ago
bunnei
6d160873c4
hle: service: nvflinger: Fix implicit conversion.
4 years ago
bunnei
02282477e7
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
- These were all somewhat redundant.
4 years ago
bunnei
f8aaa59990
hle: service: nvflinger: Factor speed limit into frame time calculation.
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation.
- This is already supported for SC emulation.
4 years ago
Link4565
912cae21b0
Enable the use of MSG_DONTWAIT flag on RecvImpl
4 years ago
Merry
a1d2fb314e
KCodeMemory: Mark virtual methods as override
4 years ago
Merry
30b23fb7b8
nvflinger: Polymorphic destructor requried for abstract class IBinder
4 years ago
Liam
a9a83fa726
kernel: Ensure all uses of disable_count are balanced
4 years ago
Liam
77137583cd
kernel: be more careful about initialization path for HLE threads
4 years ago
Liam
da07e13e07
kernel: fix single-core preemption points
4 years ago
Liam
21945ae127
kernel: fix issues with single core mode
4 years ago
Liam
0624c880bd
kernel: use KScheduler from mesosphere
4 years ago
german77
1584de951a
service: fatal: Add function table
4 years ago
german77
2535e9d1ec
service: btdrv,bcat,btm: Update service tables to 14.0.0
4 years ago
german77
8e0e2e95e6
service am: Update service tables to 14.0.0
4 years ago
german77
32b522b1fd
service: ac: Replace intances of ProfileData with UserData
4 years ago