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
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
3 years ago
Matías Locatti
2dce3ca91b
Update configure_input.ui
3 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
lat9nq
fbe7437c3a
startup_checks: Use WaitForSingleObject and more cleanup
4 years ago
lat9nq
1c5dc78d10
startup_checks: Use GetEnvironmentVariableA
Solves MSVC compile error. Also drops need string use for comparison.
4 years ago
lat9nq
358ad2421f
startup_checks: Clean up
Adds some comments, removes unused includes, and removes last bits of
logging since this is before the logging backend starts up.
4 years ago
lat9nq
bb4d2e3461
startup_checks: Implement unix side code
Wow fork() is nice, isn't it?
4 years ago
lat9nq
27848d6052
yuzu: Simplify broken Vulkan handling
4 years ago
lat9nq
6972bcd946
yuzu: Check Vulkan on startup with a child
4 years ago
lat9nq
200f152c3f
yuzu: Rename check_vulkan to startup_checks
4 years ago
Kelebek1
f66a68fa1b
PR
4 years ago
Kelebek1
03de5e053d
Rework CoreTiming
4 years ago
Liam
b7b77ea2ac
common: fix bitfield aliasing on GCC/Clang
4 years ago
Liam
12948cf615
kernel: fix usage of waiter_list in Finalize
4 years ago