FearlessTobi
e937c85e5a
network, yuzu: Improve variable naming and style consistency
3 years ago
FearlessTobi
69e8e88fb7
yuzu_cmd: Fix compilation
3 years ago
FearlessTobi
10e2c8ef6a
network: Move global state into a seperate class
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
3 years ago
german77
3a91e22e80
common: multiplayer: Use GameInfo type
4 years ago
FearlessTobi
3b203e536a
Address second part of review comments
4 years ago
FearlessTobi
846c50dd42
Address first part of review comments
4 years ago
FearlessTobi
f433ce567e
Fix compilation on linux gcc
4 years ago
FearlessTobi
f74446f070
web_service: Fix -Wmissing-field-initializers
4 years ago
FearlessTobi
5ad67e876b
core: Fix -Wunused-variable
4 years ago
FearlessTobi
5db6f87f7b
common, core: fix -Wmissing-field-initializers
4 years ago
FearlessTobi
f6c2baea0a
yuzu: Hide multiplayer button and room status
4 years ago
FearlessTobi
60008b680e
yuzu: Add ui files for multiplayer rooms
4 years ago
FearlessTobi
00526e94d1
network: Add initial files and enet dependency
4 years ago
Narr the Reg
fc923fdc18
Address comments
3 years ago
Liam
3edb108f4b
kernel: unlayer CPU interrupt handling
4 years ago
german77
ea68c35ad0
fix compiler errors
3 years ago
german77
5e43e84229
service: irs: Implement clustering processor
4 years ago
Liam
a5c55abaaf
qt: reset progress bar after shader compilation
3 years ago
Morph
d3e35cd462
qt_software_keyboard: Fix infinite loop when moving between buttons
There was a bug where, when using the numeric keyboard, moving between buttons resulted in an infinite loop, resulting in a stuck state.
This was due to prev_button being the only one enabled in that row or column, causing the condition in the while loop to always be true.
To fix this, detect whether we have returned to that initial row/column and break out of the loop.
3 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.
3 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
german77
c075ebaeab
service: irs: Split processors and implement ImageTransferProcessor
4 years ago
german77
2cb57c0f7f
core: hid: Add cammera support
4 years ago
german77
1d0b3ee30b
yuzu: Hook qt camera to camera driver
4 years ago
german77
76b18ad549
input_common: Add camera driver
4 years ago
lat9nq
325a6e4aa7
ci,CMake: Drop Conan support for vcpkg
Between packages breaking, Conan always being a moving target for
minimum required CMake support, and now their moves to Conan 2.0 causing
existing packages to break, I suppose this was a long time coming. vcpkg
isn't without its drawbacks, but at the moment it seems easier on the
project to use for external packages.
Mostly removes the logic for Conan from the root CMakeLists file,
leaving basic find_package()'s in its place. Sets only the
find_package()'s that require CONFIG mode as necessary. clang and linux
CI now use the vcpkg toolchain file configured in the Docker container
when possible.
mingw CI turns off YUZU_TESTS because there's no way on the container to
run Windows executables on a Linux host anyway, and it's not easy to get
Catch2 there.
3 years ago
Kelebek1
be1f5f1d9f
Project Andio
4 years ago
Liam
bae82de100
video_core: use correct byte size for framebuffer
4 years ago
Matías Locatti
2dce3ca91b
Update configure_input.ui
4 years ago
Gus Caplan
7ad8553346
implement resume message
4 years ago
bunnei
b3f303dd4a
hle: service: nvflinger: Fix implicit conversion.
4 years ago
bunnei
e42a6ad7d9
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
- These were all somewhat redundant.
4 years ago
bunnei
fbb919c02f
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
da2d093e64
Enable the use of MSG_DONTWAIT flag on RecvImpl
4 years ago
Liam
9858c3ce34
core/arm: skip watchpoint checks when reading instructions
4 years ago
merry
4091cca405
common/setting: Make ranged a property of the type
- Avoids new GCC 12 warnings when Type is of form std::optional<T>
- Makes more sense this way, because ranged is not a property which would change over time
4 years ago
Merry
4267739d06
KCodeMemory: Mark virtual methods as override
4 years ago
Merry
34caa7938f
common_funcs: Mark padding as [[maybe_unused]]
4 years ago
Merry
3d89711aa5
nvflinger: Polymorphic destructor requried for abstract class IBinder
4 years ago
Merry
f719a0a078
dynarmic: Abort watchpoints ASAP
4 years ago
Liam
dbb1312876
kernel: Ensure all uses of disable_count are balanced
4 years ago
Liam
e2be660909
kernel: be more careful about initialization path for HLE threads
4 years ago
Liam
21e2063d7d
kernel: fix single-core preemption points
4 years ago
Liam
61b26b386d
kernel: fix issues with single core mode
4 years ago
Liam
e47bced65d
kernel: use KScheduler from mesosphere
4 years ago
german77
d04b9f0f83
service: fatal: Add function table
4 years ago
german77
ab9c495d00
service: btdrv,bcat,btm: Update service tables to 14.0.0
4 years ago
german77
15e95ddbe0
service am: Update service tables to 14.0.0
4 years ago
german77
07090f96d4
service: ac: Replace intances of ProfileData with UserData
4 years ago