index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
core: hle: kernel: k_scheduler: Improve ScheduleImpl.
bunnei
2021-12-06
1
-6
/
+7
|
*
|
core: hle: kernel: k_scheduler: Improve Unload.
bunnei
2021-12-06
1
-17
/
+29
|
*
|
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-12-06
1
-0
/
+1
|
*
|
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-12-06
2
-0
/
+8
|
*
|
core: hle: kernel: k_thread: Add KScopedDisableDispatch.
bunnei
2021-12-06
2
-1
/
+47
|
*
|
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-12-06
3
-24
/
+22
|
*
|
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-12-06
7
-14
/
+17
*
|
|
Merge pull request #7519 from itsmeft24/master
bunnei
2021-12-09
12
-6
/
+611
|
\
\
\
|
*
|
|
Update k_code_memory.h
itsmeft24
2021-12-07
1
-6
/
+6
|
*
|
|
make KCodeMemory::GetSourceAddress const
itsmeft24
2021-12-07
1
-1
/
+1
|
*
|
|
fix formatting
itsmeft24
2021-12-06
1
-1
/
+6
|
*
|
|
move private members below public members
itsmeft24
2021-12-06
1
-10
/
+11
|
*
|
|
fix formatting
itsmeft24
2021-12-06
1
-4
/
+1
|
*
|
|
fix formatting
itsmeft24
2021-12-06
1
-1
/
+1
|
*
|
|
fix formatting
itsmeft24
2021-12-05
2
-2
/
+2
|
*
|
|
Remove unnecessary includes
itsmeft24
2021-12-05
2
-50
/
+13
|
*
|
|
Add copyright notice
itsmeft24
2021-12-05
2
-0
/
+8
|
*
|
|
Add KCodeMemory to CMakeLists.txt
itsmeft24
2021-12-05
1
-0
/
+2
|
*
|
|
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24
2021-12-05
11
-7
/
+636
*
|
|
|
Merge pull request #7525 from german77/notifa
bunnei
2021-12-07
4
-0
/
+75
|
\
\
\
\
|
*
|
|
|
service/notif: Add notif:a and stub ListAlarmSettings,Initialize
german77
2021-12-06
4
-0
/
+75
*
|
|
|
|
Merge pull request #7521 from german77/dual_single_joycons
bunnei
2021-12-07
5
-38
/
+174
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
service/hid: Implement SetNpadJoyAssignmentMode
german77
2021-12-05
5
-38
/
+174
|
|
/
/
/
*
|
|
|
Merge pull request #7488 from vonchenplus/support_multiple_videos_playing
bunnei
2021-12-07
6
-8
/
+29
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Address feedback
Feng Chen
2021-12-05
4
-13
/
+22
|
*
|
|
Support multiple videos playing
Feng Chen
2021-12-02
4
-9
/
+21
*
|
|
|
Merge pull request #7524 from german77/hid_stub
bunnei
2021-12-06
2
-2
/
+35
|
\
\
\
\
|
*
|
|
|
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...
german77
2021-12-05
2
-2
/
+35
|
|
|
/
/
|
|
/
|
|
*
|
|
|
loader: Support loading subsdk{8,9}
jam1garner
2021-12-05
1
-2
/
+3
*
|
|
|
general: Add missing copyright notices
ameerj
2021-12-05
1
-0
/
+4
|
/
/
/
*
|
/
core/hid: Add missing controller type
german77
2021-12-05
1
-0
/
+2
|
|
/
|
/
|
*
|
core/hid: Ensure only valid npad are connected
german77
2021-12-04
6
-18
/
+83
*
|
Merge pull request #7489 from Morph1984/steady-clock
bunnei
2021-12-03
2
-4
/
+4
|
\
\
|
*
|
general: Replace high_resolution_clock with steady_clock
Morph
2021-12-02
2
-4
/
+4
|
|
/
*
/
service: am: ISelfController: Stub SaveCurrentScreenshot
Morph
2021-12-02
3
-2
/
+15
|
/
*
service: friend: Implement GetCompletionEvent
Morph
2021-11-30
1
-2
/
+21
*
input_interpreter: Make use of NpadButton instead of a u64
Morph
2021-11-29
2
-9
/
+9
*
npad: Return NpadButton in GetAndResetPressState
Morph
2021-11-29
3
-7
/
+6
*
core: hid: hid_types: Add "All" to NpadButton
Morph
2021-11-29
1
-0
/
+2
*
core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration
Morph
2021-11-29
2
-0
/
+32
*
general: Fix handheld typo
Morph
2021-11-29
1
-1
/
+1
*
core: hid: Mark constructors as explicit
Morph
2021-11-29
2
-2
/
+2
*
core: hid: Cleanup and amend documentation
Morph
2021-11-29
4
-69
/
+76
*
Merge pull request #7438 from german77/homebrew2
bunnei
2021-11-28
6
-2
/
+146
|
\
|
*
core/ns: Implement GetReadOnlyApplicationControlDataInterface
Narr the Reg
2021-11-27
2
-1
/
+26
|
*
core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId
Narr the Reg
2021-11-27
4
-0
/
+107
|
*
core/hid: Stub GetUniquePadsFromNpad
Narr the Reg
2021-11-27
1
-1
/
+13
*
|
settings: Add debug setting to enable all controllers
german77
2021-11-27
2
-0
/
+24
|
/
*
config: Remove vibration configuration
german77
2021-11-26
1
-2
/
+3
*
input_common: Fully implement UDP controllers
Narr the Reg
2021-11-26
1
-2
/
+4
[prev]
[next]