FearlessTobi
60008b680e
yuzu: Add ui files for multiplayer rooms
4 years ago
Narr the Reg
fc923fdc18
Address comments
4 years ago
Liam
3edb108f4b
kernel: unlayer CPU interrupt handling
4 years ago
german77
ea68c35ad0
fix compiler errors
4 years ago
german77
5e43e84229
service: irs: Implement clustering processor
4 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.
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
Kelebek1
be1f5f1d9f
Project Andio
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
Merry
4267739d06
KCodeMemory: Mark virtual methods as override
4 years ago
Merry
3d89711aa5
nvflinger: Polymorphic destructor requried for abstract class IBinder
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
Kelebek1
f66a68fa1b
PR
4 years ago
Kelebek1
03de5e053d
Rework CoreTiming
4 years ago
Liam
12948cf615
kernel: fix usage of waiter_list in Finalize
4 years ago
Liam
e551960935
common/fiber: make fibers easier to use
4 years ago
Liam
61ef65ab25
cpu_manager: properly check idle on return from preemption
4 years ago
german77
e687bfbe7d
service: nifm: Stub GetInternetConnectionStatus
4 years ago
german77
2bad788ead
service: ptm: Rewrite PSM and add TS
4 years ago
german77
93cbaeb605
input_common: sdl: lower vibration frequency and use it's own unique thread
4 years ago
Narr the Reg
63ae2ffac1
service: hid: Correct some mistakes and add more validations
4 years ago
german77
093680269b
core: kernel: Replace instances of KPageLinkedList with KPageGroup
4 years ago
german77
c7890ebccc
core: Replace all instances of ResultCode with Result
4 years ago
comex
0c3a934b6e
Re-add missing `case` and braces, and trim whitespace
4 years ago
comex
593f978ad2
Update src/core/hle/kernel/svc.cpp
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
4 years ago
comex
9decdbabab
Support InfoType_MesosphereCurrentProcess
4 years ago
Liam
f70a3ada00
kernel: clean up waiting implementation
4 years ago
Liam
83f1ecb73b
kernel: make current thread pointer thread local
4 years ago
Morph
72b78f9c32
KPageTable: Remove extraneous assert
Since start is always 0 and VAddr is unsigned, we can safely remove this assert.
4 years ago
Narr the Reg
341d5b9463
service: am: Stub PerformSystemButtonPressingIfInFocus
Used by Ring Fit Adventure
4 years ago
Liam
808ad9eb9f
kernel: wait for threads to stop on pause
4 years ago
Nikita Strygin
5f5739ea2c
Implement ExitProcess svc
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
4 years ago
Liam
8d2abc710c
core/debugger: memory breakpoint support
4 years ago
Liam
6d5cc6b2a2
kernel: fix some uses of disable_count
4 years ago
Liam
0755b274fa
kernel: notify debugger on break SVC
4 years ago
Liam
a6c1036ddc
core: centralize profile scope for Dynarmic
4 years ago