FearlessTobi
6d41088153
core, yuzu: Address first part of review comments
4 years ago
FearlessTobi
a5cd639cb6
core/socket_proxy: Fix compilation
4 years ago
FearlessTobi
bb84f53539
Make copyright headers SPDX-compliant
4 years ago
FearlessTobi
f80c7c4cd5
core, network: Add ability to proxy socket packets
4 years ago
Morph
a44da3c14d
ips_layer: Delimit parsed hex value string
Delimits the hex value string on spaces, slashes, carriage returns or newlines, allowing for comments to be added in-line.
4 years ago
german77
56115f7732
core: ldn: Address review comments part 2
4 years ago
Merry
9bdef7428a
arm_dynarmic: Fix nullptr fastmem arenas
Unable to enable fastmem of exclusive access without a valid fastmem arena.
4 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
Liam
aae208d07f
core/arm: fix build error
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
Merry
50cda3bd7b
arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
4 years ago
Narr the Reg
80b462e553
hid: core: Delay the stop vibration command when testing
4 years ago
Morph
606cdb17d3
core_timing: Sleep in discrete intervals, yield during spin
4 years ago
Kelebek1
658e1ee426
Add missing looping event schedule signal
4 years ago
Kelebek1
83a24ad638
Make coretiming waiting more accurate
4 years ago
Kelebek1
9d3b190465
Rework multi-core vsync
4 years ago
Liam
00299479ab
core/loader: remove ELF loader
4 years ago
Andrea Pappacoda
adc8c03fe4
build(externals): rename Findopus to FindOpus
This better matches upstream's FindOpus.cmake file, and it will make
using upstream's FindOpus.cmake file easier.
4 years ago
Nikita Strygin
1cf6f5c623
Properly write out the command buffer when serving close request
4 years ago
Maide
2e46110379
Revert Coretiming PRs 8531 and 7454 ( #8591 )
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
61ce57b524
network, yuzu: Make copyright headers SPDX-compliant
4 years ago
FearlessTobi
7d82e57b91
network: Move global state into a seperate class
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
4 years ago
german77
899c8bb330
common: multiplayer: Use GameInfo type
4 years ago
FearlessTobi
4b404191cf
Address second part of review comments
4 years ago
FearlessTobi
6c8e456185
Address first part of review comments
4 years ago
FearlessTobi
7fbd2916a1
core: Fix -Wunused-variable
4 years ago
FearlessTobi
7c3d241f0d
common, core: fix -Wmissing-field-initializers
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
german77
57311b2c8b
core: hid: Add cammera support
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
Liam
a9a9999efd
core/arm: skip watchpoint checks when reading instructions
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
Merry
40e39ddd46
dynarmic: Abort watchpoints ASAP
4 years ago
Liam
a9a83fa726
kernel: Ensure all uses of disable_count are balanced
4 years ago