index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2021-12-06
hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.
bunnei
2021-12-06
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.
bunnei
2021-12-06
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-12-06
core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.
bunnei
2021-12-06
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-12-06
core: hle: kernel: k_auto_object: Add GetName method.
bunnei
2021-12-06
core: hle: kernel: DisableDispatch on suspend threads.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.
bunnei
2021-12-06
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-12-06
core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve ScheduleImpl.
bunnei
2021-12-06
core: hle: kernel: k_scheduler: Improve Unload.
bunnei
2021-12-06
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-12-06
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-12-06
core: hle: kernel: k_thread: Add KScopedDisableDispatch.
bunnei
2021-12-06
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-12-06
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-06
Merge pull request #7524 from german77/hid_stub
bunnei
2021-12-05
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...
german77
2021-12-05
loader: Support loading subsdk{8,9}
jam1garner
2021-12-05
general: Add missing copyright notices
ameerj
2021-12-05
core/hid: Add missing controller type
german77
2021-12-04
core/hid: Ensure only valid npad are connected
german77
2021-12-03
Merge pull request #7489 from Morph1984/steady-clock
bunnei
2021-12-02
service: am: ISelfController: Stub SaveCurrentScreenshot
Morph
2021-12-02
general: Replace high_resolution_clock with steady_clock
Morph
2021-11-30
service: friend: Implement GetCompletionEvent
Morph
2021-11-29
input_interpreter: Make use of NpadButton instead of a u64
Morph
2021-11-29
npad: Return NpadButton in GetAndResetPressState
Morph
2021-11-29
core: hid: hid_types: Add "All" to NpadButton
Morph
2021-11-29
core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration
Morph
2021-11-29
general: Fix handheld typo
Morph
2021-11-29
core: hid: Mark constructors as explicit
Morph
2021-11-29
core: hid: Cleanup and amend documentation
Morph
2021-11-28
Merge pull request #7438 from german77/homebrew2
bunnei
2021-11-27
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2021-11-27
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-27
settings: Add debug setting to enable all controllers
german77
2021-11-27
core/hid: Stub GetUniquePadsFromNpad
Narr the Reg
2021-11-26
config: Remove vibration configuration
german77
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
2021-11-24
service/hid: Finish converting LIFO objects and address some nits
Narr the Reg
2021-11-24
bootmanager: Use cross-platform keyboard input
german77
2021-11-24
kraken: Address comments from review
german77
[next]